/podarc

A simple tool to archive podcasts

Primary LanguageGo

Podarc

Codacy Badge codecov

A simple podcast archiver

Usage

podarc --feedUrl https://provider.here/show.xml
 -feedUrl string
        URL of podcast feed to archive. (Required)
  -outputDir string
        Directory to save the files into. (Required)
  -overwrite
        Overwrite episodes already downloaded. Default: false

Development

Run tests:

go test tests/providers/
go test tests/utils/