Download Downpour.com audiobook files.
Download this repository:
git clone https://github.com/ErinMorelli/em-downpour-downloader.git
Navigate into the folder created by step 1 and install the required python packages by running pip
:
pip install -r requirements.txt
Create the downpour-downloader
folder in your home .config directory:
mkdir -p ~/.config/downpour-downloader
Open the sample_config.yml
file with your favorite text editor and configure to suit your needs.
Save the file as config.yml
and move it to the downpour-downloader
folder you created in step 2:
mv config.yml ~/.config/downpour-downloader/config.yml
Run the help command to make sure everything is working and to view the script's options:
./downpour.py --help