View Single Post
Old 04-06-2013, 03:58 PM   #2
seird
Junior Member
seird plays well with othersseird plays well with othersseird plays well with othersseird plays well with othersseird plays well with othersseird plays well with othersseird plays well with othersseird plays well with othersseird plays well with othersseird plays well with othersseird plays well with others
 
Posts: 5
Karma: 2740
Join Date: Jun 2012
Device: Kindle Touch
Code:
class UniverseToday(BasicNewsRecipe):
    title                 = u'Universe Today'
    description           = u'Space and astronomy news.'
    publisher             = u'universetoday.com'
    category              = 'science, astronomy, news, rss'
    oldest_article = 7
    max_articles_per_feed = 40
    auto_cleanup = True
    no_stylesheets = True
    use_embedded_content = False
    remove_empty_feeds = True
    
    feeds          = [(u'Universe Today', u'http://feeds.feedburner.com/universetoday/pYdq')]
seird is offline   Reply With Quote