Proxy support #397

Closed
opened 2026-02-20 23:02:58 -05:00 by deekerman · 1 comment
Owner

Originally created by @whatUwant on GitHub (Nov 24, 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.

Originally created by @whatUwant on GitHub (Nov 24, 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.
deekerman 2026-02-20 23:02:58 -05:00
  • closed this issue
  • added the
    invalid
    label
Author
Owner

@phihag commented on GitHub (Nov 25, 2012):

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

@phihag commented on GitHub (Nov 25, 2012): Most likely, that's because the actual URL is http**s**. Thanks for the report.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#397
No description provided.