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.
Support non-ASCII URLs (was: IDN with proxy) #8890
Comments
|
Post the full output of youtube-dl when run with
Do not post screenshots of verbose log only plain text is acceptable. The output (including the first lines) contains important debugging information. Issues without the full output are often not reproducible and therefore do not get solved in short order, if ever. |
|
|
Non-ASCII domain names are invalid. See http://bugs.python.org/issue17214. |
|
youtube-dl doesn't have this problem when not using a proxy.
I guess it needs to punycode the hostname before issuing the request to the proxy. |
|
Thanks for the report. IDN with proxies will work in the next version. |
I suppose this happens because the full url goes on the request line. Maybe it needs to be puny-coded here. Works fine without a proxy.