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.
Error while using an HTTP proxy server without HTTP/1.0 support #22610
Comments
|
1.0 is hardcoded in python's httplib. There is no control over it. |
Verbose log
Description
Currently I'm using an HTTP proxy server without HTTP/1.0 support, and since
youtube-dl --print-traffic https://youtu.be/3Roz6BVdKcQprints:I guess that is the problem. My proposal is checking for HTTP/1.1 support before failing to download.