Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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!