Skip to content

easypodcasts/go-feed-parser

Repository files navigation

Feed Parser

Simple feed parser for Easy Podcasts

Download

Visit the release page

Building from Source

Using goreleaser

goreleaser build --snapshot --rm-dist  

Golang way:

go build -ldflags "-s -w" -o feed-parser   

Usage

Usage of ./feed-parser:
  -feed.url string
        feed url to parse
  -v    prints current version

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.