A southpark downloader which works with the new southpark.de and uses youtube-dlc and ffmpeg to download all episodes in 1080p
- Python 3 installed
- ffmpeg and youtube-dlc in the same directory
- run
pip3 install -r requirements.txt
- open a shell and run the python script with
python3 run.py
orpython3 run.py -y
to skip finished downloads
The script saves the downloaded files in the temp
directory and copys the progressed finished files into the output
folder. While its running, the youtube-dlc and ffmpeg output will be shown.