mirror of
https://github.com/pikami/rss-dl.git
synced 2025-12-22 18:40:12 +00:00
5d359dcc36a2e5bf5fde419dee2509c731fe05bb
RSS-DL
A simple rss feed downloader written in go
Basic usage
Clone this repository and run go build to build the executable.
You can download feeds by running ./rss-dl [Options] FEED_URL
Available options
-output some_directory- Output path (default ".")
Acknowledgments
This software uses the gofeed parser which can be found here: https://github.com/mmcdole/gofeed
Description
Languages
Go
100%