![]() |
#1 |
Junior Member
![]() 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'), ] |
![]() |
![]() |
![]() |
#2 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Jun 2012
Device: Kobo Touch
|
Thank you a lot!
|
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
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 |