summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/iqiyi.py
Commit message (Collapse)AuthorAgeFilesLines
* [iqiyi] Fix typo (#26884)Felix Yan2020-10-171-1/+1
|
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-3/+3
|
* remove unnecessary assignment parenthesisRemita Amine2018-05-261-1/+1
|
* [iqiyi] Fix extraction of Yule videosYen Chi Hsuan2017-04-251-4/+9
|
* [iqiyi] Fix playlist detection (#12504)Yen Chi Hsuan2017-04-221-6/+9
|
* [iqiyi] Update _TESTSYen Chi Hsuan2017-02-111-2/+3
|
* [iqiyi] Skip an unstable MD5 checksumYen Chi Hsuan2016-07-041-1/+1
|
* Rename --cn-verfication-proxy to --geo-verification-proxyYen Chi Hsuan2016-07-031-5/+1
| | | | | | | And deprecate the former one Since commit f1388739002a7fd1e8e9c41b642734786fc6c391, this option is not limited to China websites, so rename it.
* [iqiyi] Fix extractionYen Chi Hsuan2016-07-031-114/+43
| | | | See https://github.com/soimort/you-get/issues/1211#issuecomment-229011559
* [iqiyi] Remove codes for debuggingYen Chi Hsuan2016-06-261-3/+1
|
* [iqiyi] Partially fix IqiyiIEYen Chi Hsuan2016-06-261-292/+124
| | | | | | | | Use the HTML5 API. Only low-resolution formats available Related: #9839 Thanks @zhangn1985 for the overall algorithm (soimort/you-get#1224)
* [iqiyi] Mark brokenSergey M․2016-06-261-0/+2
|
* [iqiyi] Fix 1080P extraction (closes #9446)Yen Chi Hsuan2016-05-121-1/+4
|
* [iqiyi] Improve error detection (#9276)Yen Chi Hsuan2016-04-231-7/+18
|
* [iqiyi] Also suuport pps.tv URLsYen Chi Hsuan2016-04-151-1/+4
| | | | | | | PPS is acquired by Baidu and merged with iQiyi in 2013 [1]. Now they have the same page layouts. [1] http://www.chinanews.com/it/2013/05-07/4792526.shtml
* [iqiyi] Improve error detection for VIP-only videosYen Chi Hsuan2016-04-061-1/+4
| | | | Closes #9071
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-4/+4
| | | | | | | 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
* [iqiyi] Update enc_keyYen Chi Hsuan2016-03-251-1/+1
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [iqiyi] Update enc_keyYen Chi Hsuan2016-03-101-1/+1
|
* [iqiyi] SWF URLs are not used anymoreYen Chi Hsuan2016-03-011-4/+2
| | | | | | Since automatic detection of enc_key failed Closes #8705
* [utils] Move codes for handling eval() from iqiyi.pyYen Chi Hsuan2016-02-261-22/+2
|
* [utils] Merge base_n functionsYen Chi Hsuan2016-02-261-2/+2
|
* [utils] Move base62 to utilsYen Chi Hsuan2016-02-261-13/+2
|
* [iqiyi] Support playlists (closes #8019)Yen Chi Hsuan2016-02-201-0/+49
|
* [iqiyi] Implement _login()Yen Chi Hsuan2016-02-201-6/+230
| | | | Currently only email login supported
* [iqiyi] Omit MD5 sums for the VIP-only videoYen Chi Hsuan2016-02-161-2/+1
|
* [iqiyi] Partial support for VIP-only videosYen Chi Hsuan2016-02-151-12/+94
| | | | See #8569 and #8019. Currently only 6-min preview are supported
* [iqiyi] Update key (closes #8292)Yen Chi Hsuan2016-01-221-2/+2
|
* [iqiyi] Add tests for #7894Yen Chi Hsuan2015-12-281-0/+9
|
* [iqiyi]fix valid urlforDream2015-12-281-1/+1
| | | | eg: http://yule.iqiyi.com/zbj.html
* Update iqiyi.pygam20462015-12-281-1/+1
| | | | Fix part of the address can not be resolved. eg:http://www.iqiyi.com/w_19rt6o8t9p.html
* [iqiyi] Update key (closes #7896)Yen Chi Hsuan2015-12-181-2/+2
|
* [iqiyi] Update keyYen Chi Hsuan2015-12-061-3/+2
| | | | Closes #7772
* [iqiyi] Update keyYen Chi Hsuan2015-10-221-3/+3
|
* [iqiyi] Update enc_keyYen Chi Hsuan2015-10-101-2/+4
|
* [iqiyi] Use md5_text for all MD5 callsYen Chi Hsuan2015-09-231-2/+2
|
* [iqiyi] Fix extraction (fixes #6878)Yen Chi Hsuan2015-09-231-5/+9
|
* [iqiyi] PEP 8Sergey M․2015-08-131-1/+1
|
* [iqiyi] update md5 salt (2015-08-10 Zombie)sceext2015-08-121-1/+1
|
* [iqiyi] Add skip_download to reduce network trafficYen Chi Hsuan2015-07-191-0/+3
| | | | | | MD5 checksums are commented out in 36068ae019138710a3023334db2241ec815e2fe6, and actual downloads are not necessary anymore.
* [iqiyi] Comment out some MD5 sumsYen Chi Hsuan2015-07-191-8/+0
| | | | The value is different on Travis CI server
* [iqiyi] Remove unused importsYen Chi Hsuan2015-07-191-7/+1
|
* [iqiyi] fix iqiyi (2015-07-17), update the md5 salt (enc_key) to iqiyi ↵sceext2015-07-181-14/+1
| | | | latest (2015-07-17) flash player.
* [iqiyi] Add localized nameYen Chi Hsuan2015-07-111-0/+1
|
* [iqiyi] Cache encryption keysYen Chi Hsuan2015-06-071-1/+13
|
* [iqiyi] Improve regex pattern againYen Chi Hsuan2015-06-071-1/+1
|
* [iqiyi] Unify get_format() and get_bid()Yen Chi Hsuan2015-06-071-19/+13
|
* [iqiyi] Make _VALID_URL more accurateYen Chi Hsuan2015-06-071-1/+1
| | | | | v_* urls are individual videos, while a_* urls are playlists, which are not supported yet.
* [iqiyi] Add a multipart test caseYen Chi Hsuan2015-06-071-2/+65
|