mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 16:15:38 +08:00
devscripts | ||
test | ||
youtube_dl | ||
.gitignore | ||
LATEST_VERSION | ||
Makefile | ||
README.md | ||
socks.py | ||
socksipyhandler.py | ||
youtube-dl | ||
youtube-dl.dev |
youtube-dl
This fork of http://rg3.github.com/youtube-dl/ adds SOCKS4/SOCKS5 support using the standard convention of environment variables:
socks_proxy=http://127.0.0.1:9999 youtube-dl ...
The actual SOCKS code was taken from https://gist.github.com/869791