Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-26 | Fix typos (#21901) | Kitten King | |
2018-05-21 | Update leeco.py | huichen90 | |
Fixed this bug :youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('location',)); | |||
2018-01-23 | Switch codebase to use compat_b64decode | Sergey M․ | |
2017-05-04 | [leeco] Fix extraction (closes #12974) | Yen Chi Hsuan | |
Seems on mobile devices a similar API is used, but I always get an AD with mimicking that API. | |||
2017-02-23 | [leeco] raise GeoRestrictedError and use geo bypass mechanism | Remita Amine | |
2017-01-06 | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | |
2016-09-29 | [leeco] Recognize more Le Sports URLs (#10794) | Yen Chi Hsuan | |
2016-07-08 | [le] extract http formats | Remita Amine | |
2016-07-03 | Rename --cn-verfication-proxy to --geo-verification-proxy | Yen Chi Hsuan | |
And deprecate the former one Since commit f1388739002a7fd1e8e9c41b642734786fc6c391, this option is not limited to China websites, so rename it. | |||
2016-06-26 | [le] Move urshift() to utils.py | Yen Chi Hsuan | |
2016-06-11 | [leeco] Recognize Le Sports URLs (fixes #9750) | Yen Chi Hsuan | |
2016-03-26 | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | |
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974 | |||
2016-03-21 | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | |
2016-03-04 | [leeco] Skip an invalid test. test_LePlaylist_1 is sufficient | Yen Chi Hsuan | |
2016-03-04 | [leeco] format_id should be strings | Yen Chi Hsuan | |
2016-03-03 | [leeco] Letv renamed to LeEco | Yen Chi Hsuan | |
LeEco is the company name and Le is the domain name. For more information see the Chinese news post http://www.techorz.com/company-news/letv-renamed-to-leeco-and-new-logo/ |