Skip to content

A small swift command line app to download entries in a podcast feed.

License

Notifications You must be signed in to change notification settings

danielctull-apps/PodcastDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PodcastDownloader

Command line utility for downloading podcasts.

Usage

For example, if you wanted to download all the episodes of Kermode and Mayo's Film Review podcast, you could do so like this:

swift build
mkdir output-directory
.build/debug/PodcastDownloader \
    --feed https://podcasts.files.bbci.co.uk/b00lvdrj.rss \
    --output output-directory

Releases

No releases published

Languages