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.
python 3.4.4 in youtube-dl.exe is failing on bitchute (3.8.3 is ok) #25617
Comments
|
@dstftw This has nothing to do with certificates, youtube-dl.exe (with python 3.4.4) is able to connect and download the page. |
|
Again: it's a clear certificate check problem mentioned above due to which download URL is filtered out as invalid. |
|
Ok, it is. The verbose output said nothing about a certificate problem, so it was anything but clear. To actually make it clear, the error that caused the url to be filtered out would need to be printed. Now that you know conclusively from both the update issue and this one, that python 3.4.4 is unable to build an alternate certificate chain when the server is serving expired certs, why do you prefer leaving youtube-dl.exe mysteriously broken for various use cases rather than update python and eliminate these problems? |
Checklist
Verbose log
youtube-dl.exe-v -F https://www.bitchute.com/video/gbOENCFP0wfP/(python 3.4.4)python.exeyoutube-dl-v -F https://www.bitchute.com/video/gbOENCFP0wfP/(python 3.8.3)