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

How i can use proxy with authentication? #270

Closed
shultz-zz opened this issue Jan 10, 2012 · 4 comments
Closed

How i can use proxy with authentication? #270

shultz-zz opened this issue Jan 10, 2012 · 4 comments

Comments

@shultz-zz
Copy link

@shultz-zz shultz-zz commented Jan 10, 2012

How i can use proxy with authentication?

@phihag
Copy link
Contributor

@phihag phihag commented Jan 10, 2012

Sorry, I don't understand your question. youtube-dl should use the system's proxy settings. On most systems, you can set the proxy with

$ export http_proxy='http://example.proxy'

On Windows, the above won't work. Either use the set command to set the http_proxy environment variable, or configure the system's proxy settings.

I'm closing this issue for now. Feel free to post additional comments to clarify the problem.

@phihag phihag closed this Jan 10, 2012
@shultz-zz
Copy link
Author

@shultz-zz shultz-zz commented Jan 11, 2012

My proxy requires a username and password to login. How i can add its to keys for youtube-dl

@phihag
Copy link
Contributor

@phihag phihag commented Jan 11, 2012

Oh, sorry, completely misread that. Just add the username and password to the proxy URL, as in

export http_proxy='http://user:password@example.net/'
@shultz-zz
Copy link
Author

@shultz-zz shultz-zz commented Jan 11, 2012

Thank you very much!)

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.