Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[puhutv] Downloading from puhutv with http protocol (default protocol) does not work #25124
Comments
|
That was quick, @dstftw! |
Checklist
Verbose logs
youtube-dl.exe --verbose https://puhutv.com/bana-sevmeyi-anlat-1-bolum-izleyoutube-dl.exe --verbose https://puhutv.com/siyah-inci-1-bolum-izleDescription
Youtube-dl is unable to download from puhutv. When trying to download it gives the error code 404: Not Found.
I have added the code output for two commands with episodes from two shows above (you can see the command used above the output in bold).
It took me quite a lot of testing, but it seems that the issue is limited to when downloading with the http protocol (which seems to be the default). The issue doesn't happen when using
-f "(bestvideo+bestaudio/best)[protocol^=m3u8_native]". So the cause of the issue seems to be limited to when you download using the HTTP protocol.Verbose Logs (http protocol) - (Not working)
youtube-dl.exe --verbose -f "(bestvideo+bestaudio/best)[protocol^=http]" https://puhutv.com/bana-sevmeyi-anlat-1-bolum-izleyoutube-dl.exe --verbose -f "(bestvideo+bestaudio/best)[protocol^=http]" https://puhutv.com/siyah-inci-1-bolum-izleVerbose Logs (using m3u8_native protocol) - (Works!)
youtube-dl.exe --verbose -f "(bestvideo+bestaudio/best)[protocol^=m3u8_native]" https://puhutv.com/bana-sevmeyi-anlat-1-bolum-izleyoutube-dl.exe --verbose -f "(bestvideo+bestaudio/best)[protocol^=m3u8_native]" https://puhutv.com/siyah-inci-1-bolum-izle