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

Bug: Windows XP (just XP?) proxy setting #3004

Closed
karlQY opened this issue May 28, 2014 · 2 comments
Closed

Bug: Windows XP (just XP?) proxy setting #3004

karlQY opened this issue May 28, 2014 · 2 comments

Comments

@karlQY
Copy link

@karlQY karlQY commented May 28, 2014

There is a proxy setting on Windows XP, which will be used by urllib2 in youtube-dl. Usage of

 youtube-dl.exe --proxy "" [url]

does not change this, youtube-dl still uses the specified Windows default proxy and not direct connection. This seems to be a known issue with urllib2 and Windows XP.

I don't know much Python, but http://www.decalage.info/en/python/urllib2noproxy seems like a solution.

@karlQY
Copy link
Author

@karlQY karlQY commented May 28, 2014

After further investigation I must admit: it does work for downloads! But it doesn't work for the update feature. And that's what I've been trying to do, so I had not noticed the different behavior until now. Still,

 youtube-dl.exe --proxy "" --update

does not work, if there is a Windows XP default proxy set. The --proxy option doesn't show any effect.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 9, 2016

Nowadays --proxy is respected when updating as well.

@dstftw dstftw closed this Jul 9, 2016
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
2 participants
You can’t perform that action at this time.