RSS attachment downloader written in Go
-
create a config file 'rssdownload.conf' put it in the current directory. This file contains a list of atom/rss feed urls. One per line.
-
create a /download directory use to store the cache and output files.
go build drule.org/rssdownload/rssdownload
(after creating config file and download dir above)
./rssdownload
status and errors are printed to stdout
Thanks to https://github.com/jteeuwen for creating a cool, easy to use, rss fetch/parser library.