Hello,
Below is the recipe I created for the Denver Post. I have tried to customize a few times (large headers, description etc) every time I do, it errors out. Any suggestions on cleaning this up?
class AdvancedUserRecipe1242222423(BasicNewsRecipe):
title = u'Denver Post'
oldest_article = 1
max_articles_per_feed = 100
feeds = [(u'Breaking Stories', u'http://feeds.denverpost.com/dp-news-breaking?format=xml'), (u'Business', u'http://feeds.denverpost.com/dp-business?format=xml'), (u'Entertainment', u'http://feeds.denverpost.com/dp-entertainment?format=xml'), (u'Sports', u'http://feeds.denverpost.com/dp-sports?format=xml'), (u'Woody Paige', u'http://feeds.denverpost.com/dp-sports-columnists-woody_paige?format=xml'), (u'Mike Klis', u'http://feeds.denverpost.com/dp-sports-columnists-mike_klis?format=xml'), (u'Food', u'http://feeds.denverpost.com/dp-food?format=xml'), (u'Mike Rosen', u'http://feeds.denverpost.com/dp-opinion-columnists-mike_rosen?format=xml')]
|