Skip to content

chpwssn/castdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

castdown

A golang based app to download podcasts locally as a backup.

Quickstart

go get -u github.com/chpwssn/castdown
go get -u github.com/mmcdole/gofeed
cd $GOPATH/src/github.com/chpwssn/castdown
go build
cp castdown /where/you/want/to/download/podcasts/castdown
cp config.example.json /where/you/want/to/download/podcasts/config.json
cd /where/you/want/to/download/podcasts/
# edit config.json
./castdown

Building for all platforms

The script buildall.sh will build castdown for multiple platforms and place the binaries in the dist/ directory

About

Another command line podcast downloader.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published