Thread: Combined Feeds
View Single Post
Old 12-09-2010, 05:46 PM   #1
mean_gene
Enthusiast
mean_gene began at the beginning.
 
Posts: 41
Karma: 10
Join Date: Dec 2010
Device: Kindle 3G/Wifi
Combined Feeds

So I've been playing with yahoo pipes to merge multiple feeds into one but can't seem to get that to work consistently with calibre recipes.

I'd like to pull data from multiple sites and have it all under one section on the section list. For example, grab the latest news from fox, cnn, etc. and put it under the "latest news" section (as opposed to 2 different sections). And then do the same thing with a few technology sites and put that under a technology section. Etc, etc...

I've tried adding commas and semicolons between the urls like this:

Spoiler:
feeds = [
('Latest Headlines', 'http://feeds.foxnews.com/foxnews/latest',
'http://rss.cnn.com/rss/cnn_topstories.rss')
]

-----------------

feeds = [
('Latest Headlines', 'http://feeds.foxnews.com/foxnews/latest';
'http://rss.cnn.com/rss/cnn_topstories.rss')
]


Didn't expect that to work. I also dug through the code for the NY Times Headlines because it appears to do what I want but couldn't connect the dots.

If it's possible, throw some code my way please.
mean_gene is offline   Reply With Quote