Quick Start
cargo install podpull
Available on crates.io
Download pre-built binaries from GitHub Releases:
View Releasesgit clone https://github.com/jakobwesthoff/podpull.git
cd podpull
cargo build --release
Basic Usage
# Download a podcast
podpull https://example.com/podcast/feed.xml ~/Podcasts/my-show/
# Sync new episodes (already downloaded ones are skipped)
podpull https://example.com/podcast/feed.xml ~/Podcasts/my-show/
# Download faster with more connections
podpull -c 5 https://feeds.example.com/podcast.xml ~/Podcasts/my-show/
# Gradually download a large back-catalog
podpull -l 10 https://feeds.example.com/podcast.xml ~/Podcasts/my-show/