sa7mon / podarc

A simple tool to archive podcasts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

A simple tool to archive podcasts


Languages

Language:Go 99.9%Language:Dockerfile 0.1%