aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/iqiyi.py
AgeCommit message (Collapse)Author
2020-10-17[iqiyi] Fix typo (#26884)Felix Yan
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․
2018-05-26remove unnecessary assignment parenthesisRemita Amine
2017-04-25[iqiyi] Fix extraction of Yule videosYen Chi Hsuan
2017-04-22[iqiyi] Fix playlist detection (#12504)Yen Chi Hsuan
2017-02-11[iqiyi] Update _TESTSYen Chi Hsuan
2016-07-04[iqiyi] Skip an unstable MD5 checksumYen Chi Hsuan
2016-07-03Rename --cn-verfication-proxy to --geo-verification-proxyYen Chi Hsuan
And deprecate the former one Since commit f1388739002a7fd1e8e9c41b642734786fc6c391, this option is not limited to China websites, so rename it.
2016-07-03[iqiyi] Fix extractionYen Chi Hsuan
See https://github.com/soimort/you-get/issues/1211#issuecomment-229011559
2016-06-26[iqiyi] Remove codes for debuggingYen Chi Hsuan
2016-06-26[iqiyi] Partially fix IqiyiIEYen Chi Hsuan
Use the HTML5 API. Only low-resolution formats available Related: #9839 Thanks @zhangn1985 for the overall algorithm (soimort/you-get#1224)
2016-06-26[iqiyi] Mark brokenSergey M․
2016-05-12[iqiyi] Fix 1080P extraction (closes #9446)Yen Chi Hsuan
2016-04-23[iqiyi] Improve error detection (#9276)Yen Chi Hsuan
2016-04-15[iqiyi] Also suuport pps.tv URLsYen Chi Hsuan
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
2016-04-06[iqiyi] Improve error detection for VIP-only videosYen Chi Hsuan
Closes #9071
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey 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-25[iqiyi] Update enc_keyYen Chi Hsuan
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2016-03-10[iqiyi] Update enc_keyYen Chi Hsuan
2016-03-01[iqiyi] SWF URLs are not used anymoreYen Chi Hsuan
Since automatic detection of enc_key failed Closes #8705
2016-02-26[utils] Move codes for handling eval() from iqiyi.pyYen Chi Hsuan
2016-02-26[utils] Merge base_n functionsYen Chi Hsuan
2016-02-26[utils] Move base62 to utilsYen Chi Hsuan
2016-02-20[iqiyi] Support playlists (closes #8019)Yen Chi Hsuan
2016-02-20[iqiyi] Implement _login()Yen Chi Hsuan
Currently only email login supported
2016-02-16[iqiyi] Omit MD5 sums for the VIP-only videoYen Chi Hsuan
2016-02-15[iqiyi] Partial support for VIP-only videosYen Chi Hsuan
See #8569 and #8019. Currently only 6-min preview are supported
2016-01-22[iqiyi] Update key (closes #8292)Yen Chi Hsuan
2015-12-28[iqiyi] Add tests for #7894Yen Chi Hsuan
2015-12-28[iqiyi]fix valid urlforDream
eg: http://yule.iqiyi.com/zbj.html
2015-12-28Update iqiyi.pygam2046
Fix part of the address can not be resolved. eg:http://www.iqiyi.com/w_19rt6o8t9p.html
2015-12-18[iqiyi] Update key (closes #7896)Yen Chi Hsuan
2015-12-06[iqiyi] Update keyYen Chi Hsuan
Closes #7772
2015-10-22[iqiyi] Update keyYen Chi Hsuan
2015-10-10[iqiyi] Update enc_keyYen Chi Hsuan
2015-09-23[iqiyi] Use md5_text for all MD5 callsYen Chi Hsuan
2015-09-23[iqiyi] Fix extraction (fixes #6878)Yen Chi Hsuan
2015-08-13[iqiyi] PEP 8Sergey M․
2015-08-12 [iqiyi] update md5 salt (2015-08-10 Zombie)sceext
2015-07-19[iqiyi] Add skip_download to reduce network trafficYen Chi Hsuan
MD5 checksums are commented out in 36068ae019138710a3023334db2241ec815e2fe6, and actual downloads are not necessary anymore.
2015-07-19[iqiyi] Comment out some MD5 sumsYen Chi Hsuan
The value is different on Travis CI server
2015-07-19[iqiyi] Remove unused importsYen Chi Hsuan
2015-07-18[iqiyi] fix iqiyi (2015-07-17), update the md5 salt (enc_key) to iqiyi ↵sceext
latest (2015-07-17) flash player.
2015-07-11[iqiyi] Add localized nameYen Chi Hsuan
2015-06-07[iqiyi] Cache encryption keysYen Chi Hsuan
2015-06-07[iqiyi] Improve regex pattern againYen Chi Hsuan
2015-06-07[iqiyi] Unify get_format() and get_bid()Yen Chi Hsuan
2015-06-07[iqiyi] Make _VALID_URL more accurateYen Chi Hsuan
v_* urls are individual videos, while a_* urls are playlists, which are not supported yet.
2015-06-07[iqiyi] Add a multipart test caseYen Chi Hsuan