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.
youtube-dl + aria2c, aria2c cannot use proxy. #23730
Comments
|
aria2c does not support socks5 proxies. |
|
@dstftw I have use Privoxy change socks5 to http. My socks5 port is 1080, my http port is 8118. The above log, I have tested aria2c use 8118 port is ok. |
|
Do not pass any proxy to aria2c on your own, this is already done by youtube-dl. Pass http proxy to youtube-dl. |
Checklist
Verbose log
Description
I am in China, I want to download a Classic TV series from youtube. It needs a proxy. But the speed is too slow, I want to use aria2c to speed up by multithreading. aria2c proxy I use Privoxy change socks5 to http.
I use youtube-dl with proxy to download, it is OK.
I use aria2c with proxy to download, it is OK.
I use youtube-dl + aria2c with proxy to download, it is BAD.
I try to use youtube-dl enable debug info, aria2c enable debug info. Youtube-dl can print the debug info, but aria2c not show debug info.
aria2 version 1.35.0
youtube-dl version 2020.01.01