View Single Post
Old 03-03-2010, 09:57 AM   #1527
mrgrossm
Junior Member
mrgrossm began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2010
Device: Barnes & Noble Nook, Sony 505
Detroit papers

I didn't get any responses to my last post, so I figured I'd repost and instead of a zip file I'd copy and paste my recipes.

I created recipes for both the Detroit News and Free Press, but I can't get it right! The biggest problem is that both have a background, the News one is light enough, but the Free Press is really dark. Also both have lots of junk after the article that I don't know how to get rid of.

Can anybody help?

Free Press recipe:
class BasicUserRecipe1266601171(AutomaticNewsRecipe):
title = u'Detroit Free Press'
oldest_article = 1
max_articles_per_feed = 40

feeds = [(u'News', u'http://www.freep.com/apps/pbcs.dll/section?category=news&template=rss&mime=xml'), (u'General', u'http://www.freep.com/feeds/RSS.xml'), (u'Entertainment', u'http://www.freep.com/apps/pbcs.dll/section?category=ent&template=rss&mime=xml'), (u'Columns', u'http://www.freep.com/apps/pbcs.dll/section?category=col&template=rss&mime=xml')]


Detroit News recipe:
class BasicUserRecipe1266555833(AutomaticNewsRecipe):
title = u'Detroit News'
oldest_article = 1
max_articles_per_feed = 40

feeds = [(u'Local News', u'http://www.detnews.com/feeds/rss36.xml'), (u'Oakland', u'http://www.detnews.com/feeds/rss02.xml'), (u'Wayne', u'http://www.detnews.com/feeds/rss01.xml'), (u'Macomb', u'http://www.detnews.com/feeds/rss03.xml'), (u'Politics', u'http://www.detnews.com/feeds/rss10.xml'), (u'Editorials', u'http://www.detnews.com/feeds/rss07.xml'), (u'Nation', u'http://www.detnews.com/feeds/rss09.xml'), (u'Business', u'http://www.detnews.com/feeds/rss21.xml')]
mrgrossm is offline