View Single Post
Old 01-17-2011, 10:38 PM   #2
Tegan
Connoisseur
Tegan began at the beginning.
 
Posts: 59
Karma: 10
Join Date: Jan 2011
Device: Kindle 1st Gen, Kindle 3 SO
Just looking at the recipe, it appears that it's getting all the news from a single feed. So it won't naturally get divided into sections.

Code:
    feeds              = [(u'Articles', u'http://seattletimes.nwsource.com/rss/seattletimes.xml')]
So to fix it, the easiest way by far would be to find different feeds for each section you want and rework the recipe to include those as the feeds.

Here's the page of RSS feeds: http://seattletimes.nwsource.com/fla...vices/rss.html

Personally, I'd remove the main feed, or at least comment it out, and add a selection of the other feeds and see if they all worked properly. I think it could be a pretty useful recipe once that change is made.
Tegan is offline   Reply With Quote