I have a Synology NAS that is powered by linux at my house. I'm looking to set up a cron script to check a group of rss feeds and auto download new video podcasts to a shared folder. I can do most of the scripting, such as deleting files older than 3 weeks and the wget parts. But I'm not sure how to parse the rss feed and check dates to only grab the latest. I figured its best not to re-invent the wheel and surly someone out there has a command line rss downloader or some such script.

Any ideas?

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

You could try rsstail or tvrss

link|improve this answer
feedback

try rssdler on google code web site

link|improve this answer
1  
Could you tell something more about it? – Ivo Flipse Jan 17 '11 at 19:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.