2011-08-05 19:14:13 -04:00
|
|
|
# youtube-dl
|
|
|
|
|
2012-03-06 21:39:22 +08:00
|
|
|
This fork of <http://rg3.github.com/youtube-dl/> adds SOCKS4/SOCKS5 support
|
|
|
|
using the standard convention of environment variables:
|
2011-08-05 19:14:13 -04:00
|
|
|
|
2012-03-06 21:39:22 +08:00
|
|
|
socks_proxy=http://127.0.0.1:9999 youtube-dl ...
|
2011-08-05 19:14:13 -04:00
|
|
|
|
2012-03-06 21:39:22 +08:00
|
|
|
The actual SOCKS code was taken from <https://gist.github.com/869791>
|