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

http_proxy problems in Windows #269

Closed
neutralmind opened this issue Jan 9, 2012 · 1 comment
Closed

http_proxy problems in Windows #269

neutralmind opened this issue Jan 9, 2012 · 1 comment

Comments

@neutralmind
Copy link

@neutralmind neutralmind commented Jan 9, 2012

I keep getting errors using http_proxy. It keeps on telling me the http_proxy not know as an external or internal command. Is there anything wrong with what I used?

http_proxy=http://dormproxy.up.edu.ph:8080/ youtube-dl http://www.youtube.com/playlist?list=PLAD5B880806EBE0A4

If I get that working is the following the correct input for having a username and password for the proxy?

http_proxy=username:password@http://dormproxy.up.edu.ph:8080/

@phihag
Copy link
Contributor

@phihag phihag commented Jan 9, 2012

On Windows, you can't use the syntax a=b cmd to define variables before a command. Instead, use the set command.

You can also configure the proxy server in Windows' internet settings.

@phihag phihag closed this Jan 9, 2012
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.