1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-24 16:15:38 +08:00
Go to file
2012-03-06 21:39:22 +08:00
devscripts Leave out characters the filesystem cannot encode (Closes: #264) 2012-01-08 17:20:18 +01:00
test Allow non-ASCII characters in simplified titles(Closes #220) 2011-11-21 21:50:39 +01:00
youtube_dl release 2012.02.27 2012-02-27 20:19:28 +01:00
.gitignore Add list of files to ignore for youtube-dl. 2011-11-30 14:17:20 -02:00
LATEST_VERSION release 2012.02.27 2012-02-27 20:19:28 +01:00
Makefile Makefile: Don't use echo's -e option for portability. 2011-12-08 13:18:29 -02:00
README.md updated README.md 2012-03-06 21:39:22 +08:00
socks.py initial hacking in of socks4/5 support 2012-03-06 21:31:20 +08:00
socksipyhandler.py initial hacking in of socks4/5 support 2012-03-06 21:31:20 +08:00
youtube-dl initial hacking in of socks4/5 support 2012-03-06 21:31:20 +08:00
youtube-dl.dev Move code into a separate Python module 2011-11-21 19:59:59 +01:00

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