you2ber icon indicating copy to clipboard operation
you2ber copied to clipboard

Proxy support

Open rubikonx9 opened this issue 5 years ago • 5 comments

I'm behind corporate proxy. I don't use any Proxy Authentication.

Attempt to download either audio or video results in an error being displayed:

ERROR: Unable to download webpage: <urlopen error Tunnel connection failed: 407 Proxy Authentication Required> (caused by URLError(OSError('Tunnel connection failed: 407 Proxy Authentication Required')))

The youtube itself - via web browser - works just fine.

--EDIT I was able to make it work by adding the arguments to youtube-dl call: "--proxy", "socks5://<my_proxy_address>:<my_proxy_port>/" in the extension.js file.

So the issue is actually about adding a configuration option.

rubikonx9 avatar Dec 10 '18 07:12 rubikonx9