Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 08-26-2022, 09:12 AM   #1
VoHegg
Enthusiast
VoHegg began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Sep 2013
Location: DE
Device: Linux PC's, Android devices, Amazon Fire HD10
New recipe Caschys Blog

Hi there,
known from the Internet, german users read it in google news too!
Content by Caschys Blog
With knowledge and permission of the owner.

To be integrated into calibre.
Attached Files
File Type: recipe Cachys Blog.recipe (1.1 KB, 135 views)
VoHegg is offline   Reply With Quote
Old 08-26-2022, 09:14 AM   #2
VoHegg
Enthusiast
VoHegg began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Sep 2013
Location: DE
Device: Linux PC's, Android devices, Amazon Fire HD10
For thoose who want to type it themselve :-)

Code:
#!/usr/bin/env python
# vim:fileencoding=utf-8

from __future__ import absolute_import, division, print_function, unicode_literals
from calibre.web.feeds.news import BasicNewsRecipe


class cachys_blog(BasicNewsRecipe):
    # with the knowledge and consent of the owner
    title = 'Cachys Blog'
    cover_url = 'https://upload.wikimedia.org/wikipedia/commons/f/f1/Caschys_Blog_Logo.png'
    # Author of the recipe
    __author__ = 'Volker Heggemann, VoHe'
    # description, some Reader show this in titlepage
    description = u'Smart Home, Software, Hardware, Mobile Computing & Co.'
    # Who published the content?
    publisher = u'https://stadt-bremerhaven.de/'
    # What is the content of?
    category = u'Technik - News'
    use_embedded_content = False
    language = 'de'
    # Removes empty feeds - why keep them!?
    remove_empty_feeds = True

    # remove the rubbish (in ebook)
    auto_cleanup = True
    # now the content description and URL follows
    oldest_article = 2
    max_articles_per_feed = 100
        
    feeds          = [
        ('Cachys', 'https://stadt-bremerhaven.de/feed/'),
    ]
Thanks for reading this.
VoHegg is offline   Reply With Quote
Advert
Old 08-26-2022, 10:05 AM   #3
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,359
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
added
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Recipe - Cachys Blog - DE VoHegg Recipes 0 05-14-2022 06:56 AM
Create a recipe for Blogspot blog BoundforPNG Recipes 1 07-24-2015 11:18 PM
REQUEST: recipe for blog ayurazzz Recipes 0 03-25-2011 01:00 PM
Recipe for Flickr Blog rickydh Recipes 0 02-24-2011 12:59 PM
LRB BLOG - -RECIPE HELP JFS-NMF Recipes 0 01-28-2011 10:00 PM


All times are GMT -4. The time now is 09:08 AM.


MobileRead.com is a privately owned, operated and funded community.