rss downloader script

2

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?

The Digital Ninja

Posted 2010-12-13T17:25:56.737

Reputation: 217

Answers

2

You could try rsstail or tvrss

OneOfOne

Posted 2010-12-13T17:25:56.737

Reputation: 889