6ede9a651f8f11029aa280918d898d73ceceaf1d
- fix indentation (I used a broken vim config) - add a -d (dry run) option - add guarding double quotes at a few places - use `python3` if no `python` executable exists - explicitly use bash (instead of posix sh) where it is required
southpark-de-downloader
Effortlessly download South Park episodes from southpark.de in bulk
Setup
git clone https://git.nobrain.org/r4/southpark-de-downloader.git; cd southpark-de-downloader
./init.sh this will download youtube-dlc and apply a patch for english episodes.
Usage
./southpark-downloader.sh -h to show usage instructions
All downloads will end up in the downloads folder in the cloned repo (you can also change it in config.sh, if you want to).
Examples
./southpark-downloader.sh -s 1 download all episodes of Season 1
./southpark-downloader.sh -s 5 -e 13 download Season 5 Episode 13
./southpark-downloader.sh -D -s 2 download Season 2 in German
Description
Languages
Shell
100%