youtube-dl/youtube_dl
Yen Chi Hsuan 54f54fcca7
[socks] Report errors elegantly when credentails are required but missing
In some non-standard implementations, the server may respond AUTH_USER_PASS
even if's not listed in available authentication methods. (it should
respond AUTH_NO_ACCEPTABLE per standards)
2017-04-22 21:48:41 +08:00
..
downloader [downloader/fragment] use a general file to store fragment download context 2017-04-19 18:53:15 +01:00
extractor [azubu] Remove extractor as the site is gone (closes #12813) 2017-04-22 21:20:25 +08:00
postprocessor improve coding style 2017-04-12 20:38:43 +01:00
__init__.py
__main__.py [refactor] Single quotes consistency 2016-02-14 15:37:17 +06:00
aes.py [aes] Add aes_cbc_encrypt 2017-02-28 22:10:31 +08:00
cache.py
compat.py improve coding style 2017-04-12 20:38:43 +01:00
jsinterp.py [youtube] Fix extraction (closes #11663, #11664) 2017-01-10 21:25:29 +07:00
options.py [options] Mention ISM for --fragment-retries and --skip-unavailable-fragments 2017-03-28 23:35:48 +07:00
socks.py
swfinterp.py
update.py
utils.py
version.py release 2017.04.17 2017-04-17 00:46:32 +07:00
YoutubeDL.py