podcast-archiver

Download and archive all episodes from your favorite podcasts

brewmacoslinux
Try with needOr install directly
Source

About

Archive all episodes from your favorite podcasts

Commands

podcast-archiver

Examples

download all episodes from a podcast RSS feed$ podcast-archiver https://example.com/podcast/feed.xml
archive podcast episodes to a specific folder$ podcast-archiver https://example.com/podcast/feed.xml --output ~/podcasts/my-show
download only the last 10 episodes from a podcast$ podcast-archiver https://example.com/podcast/feed.xml --limit 10
update existing podcast archive with new episodes$ podcast-archiver https://example.com/podcast/feed.xml --output ~/podcasts/my-show --update
batch download multiple podcasts from a list of feeds$ podcast-archiver --config feeds.txt