mirror of
https://github.com/pikami/rss-dl.git
synced 2026-01-11 21:50:36 +00:00
f24f3d206a8f0d2c150fc11fe1d29b4438521dd9
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200301022130-244492dfa37a to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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 ".")-parsehtml- Save content as html
Acknowledgments
This software uses the gofeed parser which can be found here: https://github.com/mmcdole/gofeed
Description
Languages
Go
100%