Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 582 Bytes

pod-dl

CLI for downloading whole podcast catalogs.

Example usage

npx pod-dl --url http://example.com/feed.rss

Flags

--url

Provide a rss feed url to the podcast

--path

Optional. Specify where to download the files. If not provided the current directory will be used.

--threads

Optional. Number of concurrent downloads. Default is 10, and if there are less than 10 episodes in total, all episodes will be downloaded concurrently.

--force

Optional. Force download episodes that already exists in the target directory. Defaults to false.