Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 435 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 435 Bytes

Podcast Ripper

Command line software to download podcast episodes.

Installation

git clone https://github.com/scavazzini/podcast-ripper.git
cd podcast-ripper
python3 setup.py install

Usage

Download all episodes

podcast-ripper download [OPTIONS] FEED_URL [DESTINATION]

FEED_URL can be a RSS Feed or an OPML file.

Options:

  • --max-episodes INTEGER: Limit of episodes to be downloaded.