aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/letv.py
AgeCommit message (Collapse)Author
2015-10-18[letv] Update M3U8's MIME typeYen Chi Hsuan
The new MIME type appears in the following places: https://www.iana.org/assignments/media-types/media-types.xhtml#application https://hg.python.org/cpython/file/tip/Lib/mimetypes.py
2015-10-18[letv] Fix extractionYen Chi Hsuan
Using data URIs for passing the decrypted M3U8 manifest, which is supported by ffmpeg only.
2015-07-24[letv] fix heightremitamine
2015-07-11[letv] Add localized nameYen Chi Hsuan
2015-05-20[letv/sohu] Skip tests relying on external proxiesYen Chi Hsuan
The proxy is currently broken. See #5655 and zhuzhuor/Unblock-Youku#427
2015-03-17[letv] Clarify download messageSergey M․
2015-03-03[Letv] Fix test_Letv and test_Letv_1 failures in python 3Yen Chi Hsuan
2015-03-03[utils] Correct per-request proxy handlingPhilipp Hagemeister
2015-03-03[letv] Add --cn-verification-proxy (Closes #5077)Philipp Hagemeister
2015-02-26[letv] SimplifyPhilipp Hagemeister
2015-02-25[Letv] Update testcasesYen Chi Hsuan
2015-02-25[Letv] Add playlist supportYen Chi Hsuan
2015-02-24[Letv] Add new extractor. Single video onlyYen Chi Hsuan