/poddl

Podcast Downloader - Download all podcasts / episodes from an RSS-feed

Primary LanguageC++MIT LicenseMIT

poddl - podcast downloader

poddl is a small cross platform command line tool for downloading all, individual, or a range of podcast episodes from an RSS feed

How to use:

$ ./poddl http://url.to.rss /OutputPath

Optional arguments:
-l = Only display list of episodes
-n [n] = Download a single episode
-n [n-n] = Download a range of episodes

Precompiled binaries

OS
Windows x64 Download
Windows arm64 Download
Linux x64 (Ubuntu 20.04) Download
Linux x64 (Debian 11) Download

Build from source:

$ g++ *.cpp -O2 -std=c++11 -lcurl -o poddl

Website
https://www.fredrikblank.com/poddl/

Podcast Archiver (for Mac)
https://www.fredrikblank.com/podcast-archiver/

Podcast Saver (for iOS)
https://www.fredrikblank.com/podcast-saver/