SouthParkDownloader
SouthParkDownloader copied to clipboard
download South Park episodes from official sources
Trying to Download any Season fails. > C:\Users\RussischBrot> php download.php de 1 > fetching available seasons > Invalid season: 1 and every other Season. Seems like they changed the URLs...
I'm running the example that comes with the `--help` command: ```bash axel@ryzen:~/projects/personal/SouthParkDownloader$ php download.php en 15 > fetching available seasons PHP Warning: file_get_contents(http://southpark.cc.com/full-episodes): failed to open stream: HTTP request failed!...
I think 89473d6721ad13af671e1c86e7b66e0fbdb66cc1 tried to fix the issue. I tried adding `S11E07EN` entry to anomalies.json file with `video-reencode: true` but it didn't change its behavior. here's the output: ``` >...
Hello, sorry to bother you but I'm still a little dump when it comes to php. When trying to run` php vendor/composer.phar install --no-dev` in /vendor folder (where is composes.phar...
The ability to use the downloader with docker. The advantage is that you don't have to install any more services on your system. It can be further simplified in the...
Tried different seasons, episodes, languages - always fails after: starting x parallel downloads
Good day, I'm not very familiar with php and quite honestly I'm too stupid to figure it out. I'm running on windows and downloaded both the windows tools package and...
When fetching Season 9 it returns a checksum issue for every Episode of Season 9 except 1 and 2
Hi, I am downloading the English version of the videos. The first one - Fantastic Easter (S11E05) - worked fine, the next, e.g. S19E02, gave a checksum error. The downloads...