A simple rss feed downloader written in go
Go to file
dependabot[bot] f24f3d206a
Bump golang.org/x/net from 0.0.0-20200301022130-244492dfa37a to 0.7.0
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>
2023-02-25 00:11:56 +00:00
.github/workflows Added html parser 2021-06-08 23:48:22 +03:00
crypto [htmlgrab] Added support for base64 images 2021-06-09 19:07:07 +03:00
fileio [htmlgrab] Added support for base64 images 2021-06-09 19:07:07 +03:00
helpers Remove HTTP GET params from saving file path 2019-06-20 22:49:19 +03:00
htmlgrab [htmlgrab] Added support for base64 images 2021-06-09 19:07:07 +03:00
structs Added html parser 2021-06-08 23:48:22 +03:00
.gitignore Added info logging 2019-04-20 21:49:47 +03:00
README.md Added html parser 2021-06-08 23:48:22 +03:00
go.mod Bump golang.org/x/net from 0.0.0-20200301022130-244492dfa37a to 0.7.0 2023-02-25 00:11:56 +00:00
go.sum Bump golang.org/x/net from 0.0.0-20200301022130-244492dfa37a to 0.7.0 2023-02-25 00:11:56 +00:00
main.go [htmlgrab] Added support for base64 images 2021-06-09 19:07:07 +03:00

README.md

RSS-DL

Go Report Card GitHub Workflow Status

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