Quote:
Originally Posted by Moik
Hello altogether,
I have spent almost the whole day on finding a solution on the following:
My favorite newspaper hasn't got one overall RSS-Feed but a lot of several ones: http://www.handelsblatt.com/rss-feeds/
Above this one of this feeds has got a maximum of about 20 entries although there are a lot more over the day. So articles pass through over the day.
I am looking for a solution that provides me every morning with the articles out of several (not all of them) feeds over the last 24hrs and converts them into an ebook for Kindle 3.
So far I have tried
- yahoo pipes: Aggregates feeds into one new feed but unable to save feeds which have already been taken out of one of the source feeds.
- google search over the last 24hrs for Handelsblatt: ~2000 results are wayyy too much and the resulting feed only covers 10 entries...
- google reader: Covers articles of the last 24 hrs
It is even possible to acces the articles via this method but- Handelsblatt-articles are not imported properly (only the captions)
- the guys who made the recipe (and did a great job) havn't found a method to mark the downloaded articles as read to only download the unread articles (which I would need for the 24hr thing)
Has anybody here an idea what I could try or could even provide me with a recipe?!
The paper is daily delivered to my house at the other side of the Atlantic and if my Kindle would allow me to read it here (without getting a second Kindle-subscription for the same newspaper...)!
Thank you very much in advance! Me (and my boss  -> see first sentence) would really appreciate it!
|
Multiple feed recipes are very common. You just give the recipe the name you want for the feed and the URL.
Here is the format from a random recipe:
Spoiler:
Code:
feeds = [
(u'Ultimas Noticias' , u'http://www.diariovasco.com/rss/feeds/ultima.xml' )
,(u'Portada' , u'http://www.diariovasco.com/portada.xml' )
,(u'Politica' , u'http://www.diariovasco.com/rss/feeds/politica.xml' )
,(u'Deportes' , u'http://www.diariovasco.com/rss/feeds/deportes.xml' )
,(u'Economia' , u'http://www.diariovasco.com/rss/feeds/economia.xml' )
,(u'Mundo' , u'http://www.diariovasco.com/rss/feeds/mundo.xml' )
,(u'Cultura' , u'http://www.diariovasco.com/rss/feeds/cultura.xml' )
,(u'Gente' , u'http://www.diariovasco.com/rss/feeds/gente.xml' )
,(u'Contraportada' , u'http://www.diariovasco.com/rss/feeds/contraportada.xml')
]
Just choose the feeds you want.