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.
Unclear message when proxy is needed #6449
Comments
|
Post the full output of youtube-dl when run with |
|
OK, here it is. :)
Same with a latin page btw :
|
From some places, I need to use the
proxycommand line parameter.Sometimes I forget this and the error I get is very confusing, usually I am not able to understand why it fails before some hours of trying many silly things.
In fact I have to use
youtube-dl --proxy my.proxy.fr:80 any-youtube-ID(for instance) and it works. But the error message had nothing to help me finding this solution. :)