2021-06-09 19:07:07 +03:00
2021-06-08 23:48:22 +03:00
2021-06-08 23:48:22 +03:00
2019-04-20 21:49:47 +03:00
2021-06-08 23:48:22 +03:00
2021-06-08 23:48:22 +03:00
2021-06-08 23:48:22 +03:00

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

Description
A simple rss feed downloader written in go
Readme 47 KiB
Languages
Go 100%