where do i add that?sorry, complete noob here
my recipe is
class AdvancedUserRecipe1286548767(BasicNewsRecipe):
title = u'Tech News'
oldest_article = 3
max_articles_per_feed = 100
feeds = [(u'Appscout', u'http://www.appscout.com/atom.xml'), (u'Gearlog', u'http://www.gearlog.com/atom.xml'), (u'Google Blog', u'http://googleblog.blogspot.com/feeds/posts/default'), (u'Gizmodo', u'http://gizmodo.com/vip.xml'), (u'Lifehacker', u'http://lifehacker.com/vip.xml'), (u'Engadget', u'http://www.engadget.com/rss.xml')]
|