View Single Post
Old 07-19-2009, 07:24 AM   #565
hippocratesnoah
Enthusiast
hippocratesnoah began at the beginning.
 
Posts: 25
Karma: 16
Join Date: Jul 2009
Device: Kindle DX
Quote:
Originally Posted by kovidgoyal View Post
@hippocratesnoah: Yes increases the number of days. And in the custom recipes dialog, click advanced mode to see the recipe and post it here
Here is my own recipe. (still failing with b14, though there where some fetches without errors in between). Maybe this is not to the recipe it self, but to a specific article download?

Do you want me to post a error log of a failed fetch?

///

class AdvancedUserRecipe1248002460(BasicNewsRecipe):
title = u'Nachrichten'
oldest_article = 14
max_articles_per_feed = 100

feeds = [(u'Spiegel Online', u'http://www.spiegel.de/schlagzeilen/rss/0,5291,,00.xml'), (u'Handelsblatt', u'http://www.handelsblatt.com/rss/hb.xml'), (u'NewYork Times', u'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml'), (u'Medien und Internetrecht', u'http://medien-internet-und-recht.de/rss/mir_rss.xml'), (u'NJW Nachrichten', u'http://blog.beck.de/podcast/njw-nachrichten.xml'), (u'Heise', u'http://www.heise.de/newsticker/heise-atom.xml'), (u'Heise Open', u'http://www.heise.de/open/news/news.rdf'), (u'Handelsblatt Technologie', u'http://www.handelsblatt.com/rss/Technologie.xml'), (u'Technology Review', u'http://www.heise.de/tr/news-atom.xml'), (u'Macnews', u'http://www.macnews.de/index.php?_mcnpage=3160'), (u'Apple Insider', u'http://www.appleinsider.com/appleinsider.rss')]
hippocratesnoah is offline