-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Add support for SOCKS proxy (e.g. Tor)? #3093
Comments
I'm not a tor expert, but it seems that using
Why do you say it doesn't work in your case? There's already an issue about implementing SOCKS proxy support: #402. |
I'm on OS X and so I compiled |
Works with proxychains as well. |
You can use a package manager (like Hombrew) to install tor. |
Am I doing anything wrong? it could be really cool to add |
when connecting to google services, won't tor connections need a captcha? |
I would like to use youtube-dl behind a transparent proxy at school. However, it can be restrictive and, worse still, it's not completely "transparent". So when I download a youtube video, it keeps returning a 7kb file that I assume is a redirection page. The same is true for most sites. With other programs I can sometimes circumvent this using TOR, but I am unable to do this with youtube-dl as it does not support SOCKS proxies. It also doesn't react well to wrappers (e.g. usewithtor, torsocks, torify, proxy chains etc.). Please add SOCKS support soon!
The text was updated successfully, but these errors were encountered: