Scrapes the ivoox website to download the podcast episode provided.
Chromedriver file is automatically updated when running the script.
Install a compatible chromedirver version with your browser from https://chromedriver.chromium.org/downloads in 'chromedriver' folder in root project directory
pip3 install -r requirements.txt
Download specific podcast episode
python3 main.py -p <podcast_key> -c '<Episode name or partial episode name>'
Download the latest episode of specific podcast
python3 main.py -p <podcast_key>
To add new podcast url you only need to modify config file (config.ini). Under [PODCAST_URL]
section.
<podcast_key> = '<podcast_url>'