Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy support #544

Closed
whatUwant opened this issue Nov 25, 2012 · 1 comment
Closed

Proxy support #544

whatUwant opened this issue Nov 25, 2012 · 1 comment
Labels

Comments

@whatUwant
Copy link

@whatUwant whatUwant commented Nov 25, 2012

I tried to use IPv6 http proxy. Not working. Youtube-dl is up to date.

$ http_proxy="http://[xxxx:xxxx:xxxx:xxxx]:80" /usr/bin/python26 /data/youtube-dl --verbose -F https://www.youtube.com/watch?v=oJVfm_TUJJo
[debug] Proxy map: {'http': 'http://[xxxx:xxxx:xxxx:xxxx]:80'}
[youtube] Setting language
WARNING: unable to set language: <urlopen error [Errno 104] Connection reset by peer>
[youtube] oJVfm_TUJJo: Downloading video webpage
ERROR: unable to download video webpage: <urlopen error [Errno 104] Connection reset by peer>

I'm sure the proxy is alive.

http_proxy="http://[xxxx:xxxx:xxxx:xxxx]:80" wget http://www.youtube.com

It works fine.

@phihag
Copy link
Contributor

@phihag phihag commented Nov 26, 2012

Most likely, that's because the actual URL is https. Thanks for the report.

@dstftw dstftw closed this May 8, 2017
@dstftw dstftw added the invalid label May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.