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.
proxy knob with socks5 proxy fails #4456
Comments
|
Don't you miss the proxy port? How do you forward privoxy to tor? Provide us more info: enable debugging in privoxy to see incoming requests, post full youtube-dl log with |
|
It was as simple as "--proxy 192.168.2.55:8118". I neglected to specify the port as you observed. Sorry for the noise. |
youtube-dl with the --proxy knob fails. As example,
Works: youtube-dl -F "http://www.youtube.com/watch?v=LpP4gGYuZSU"
Fails: youtube-dl --proxy 192.168.2.55 "http://www.youtube.com/watch?v=LpP4gGYuZSU"
The proxy IP stated above is a privoxy -> tor_s5 chain and Privoxy takes care of socksifying.
Suggestions on debug methods (curl/wget) please.