Download failed
Closed this issue · 10 comments
Hi,
i am the only one where youtube-dl(c) failed to download?
YoutubeDL failed
no videos to merge
also the normal way with youtube-dl failes `youtube-dl "https://www.southpark.de/folgen/jiru42/south-park-verkabelung-staffel-23-ep-9"
ERROR: Unsupported URL: https://www.southpark.de/folgen/jiru42/south-park-verkabelung-staffel-23-ep-9
Yep, i can confirm that with the latest youtube-dl and the latest youtube-dlc there is no compatiblity with southpark.de.
I wonder how this just broke again.
ytdl resorts to the [generic] extractor meaning that there was no successful regex match (that's how ytdl picks the right extractor for a site)
I'll look into how this can be fixed, and see if it gets first merged into ytdl or ytdlc :')
Can i just use the old version ?
Can i just use the old version ?
Sadly no. YouTube DL does have to be compatible the current, actual version of the website it does try to download from as there are no old version of that. I think, right now there is not much we can do about it other than contribute to YouTube-DL to fix it or find another, mor stable solution to downloading the parts off of southpark.de (and .com prefferably).
Maybe, if it is a simple fix, we could create a custom fork & build of ytdl for this tool.
There is already an working fork/issue for this on youtube-dl
ytdl-org/youtube-dl#28442
If you check out and compile your own youtube-dl version, it works.. Don't ask me how to compile it to an windows exe... but the linux executable works with southpark.de .. it's just an simple change in the url from files.. thats because the actual and old versions didn't work
xXZaretXx how did you start the linux aplication? im new to linux and the command doesnt do anything
youtube-dl is working on my ubuntu VM
Thanks for the help :)
xXZaretXx how did you start the linux aplication? im new to linux and the command doesnt do anything
youtube-dl is working on my ubuntu VM
Thanks for the help :)
Thats not the point about this issue ^^ , but okay, you need to set the execution bit on SouthparkDLCommandLine (chmod +x SouthParkDLCommandline) and then just simple type ./SouthParkDLCommandLine in your prefered terminal.. you need to be in thie correct directory . thats all to open the terminal application
@xXZaretXx I know thats not the issue :D i got youtube dl working for southpark.de
could you explain it a bit better for a dummi like me :D?
Looks like it is fixed, i will try in the following day and update if necessary
Repository Deprecated Notice
This repository is no longer maintained. All issues, including this one, will be closed.
Please visit the repository to access the new version of SouthPark Downloader.
For an in-depth explanation on why this repository has been deprecated, please refer to the Readme.md.