Automated RSS Downloading
Nov. 7th, 2010 12:58 pmI wrote previously about an automated system for downloading files from an RSS feed. RSSDler started giving me issues with some characters inside the linked .torrent file's name. Since it has been over a year since RSSDler was last updated, I decided to look around for a replacement.
Enter FlexGet. FlexGet is another command-line program that downloads files automatically from a variety of sources, be they RSS feeds, HTML file, and others. Better yet, FelxGet offers a lot of control over what is downloaded, including RegExp filtering. FlexGet is also capable of parsing some data from linked files (such as HD resolutions, seasons and episodes).
I am fine-tuning my install, but right now it looks like FlexGet will be able to do everything I want it to do. One concern with RSSDler was that I have an RSS feed for automotive videos, but I primarily just want F1 races. Being able to RegExp for
FlexGet is available from Fink in addition to building manually. FlexGet does not natively support running as a daemon, but using Launchd to run it on an interval is not a problem.
Enter FlexGet. FlexGet is another command-line program that downloads files automatically from a variety of sources, be they RSS feeds, HTML file, and others. Better yet, FelxGet offers a lot of control over what is downloaded, including RegExp filtering. FlexGet is also capable of parsing some data from linked files (such as HD resolutions, seasons and episodes).
I am fine-tuning my install, but right now it looks like FlexGet will be able to do everything I want it to do. One concern with RSSDler was that I have an RSS feed for automotive videos, but I primarily just want F1 races. Being able to RegExp for
Formula1 - FullRace .* BBC x264
means I can now let FlexGet go at the feed without fear of it downloading dozens of .torrents a day.FlexGet is available from Fink in addition to building manually. FlexGet does not natively support running as a daemon, but using Launchd to run it on an interval is not a problem.