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 05-12-2012, 06:19 AM   #1
jrepp
Junior Member
jrepp began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2012
Device: Kindle 3
Nachdenkseiten Recipe

Popular German political blog with hints to interesting newspaper articles.

Code:
from calibre.web.feeds.news import BasicNewsRecipe

class Nachdenkseiten(BasicNewsRecipe):
    title          = u'Nachdenkseiten'
    __author__ = 'jrda'
    publisher = 'www.nachdenkseiten.de Albrecht Mueller und Dr. Wolfgang Lieb' 
    description = 'NachDenkSeiten - Die kritische Website'
    category = 'news'
    oldest_article = 7
    use_embedded_content  = False
    language = 'de'
    timefmt = ''
    max_articles_per_feed = 6
    no_stylesheets        = True
    encoding              = 'utf-8'
    remove_javascript     = True
    keep_only_tags = [
            {'id':'content'}]

    feeds = [
              ('News', 'http://www.nachdenkseiten.de/?feed=rss2'),
            ]
jrepp is offline   Reply With Quote
Old 06-04-2012, 12:55 PM   #2
Bbobb
Junior Member
Bbobb began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jun 2012
Device: Kobo Touch
Thank you a lot!
Bbobb is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Recipe help please wmaurer Recipes 0 04-23-2012 03:48 AM
Recipe works when mocked up as Python file, fails when converted to Recipe ode Recipes 7 09-04-2011 04:57 AM
I need some help with a recipe jefferson_frantz Recipes 14 11-22-2010 02:06 PM
New recipe kiklop74 Recipes 0 10-05-2010 04:41 PM
New recipe kiklop74 Recipes 0 10-01-2010 02:42 PM


All times are GMT -4. The time now is 07:25 AM.


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