Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 URLs | Yen 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 videos | Yen Chi Hsuan | |
Closes #9071 | |||
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-25 | [iqiyi] Update enc_key | Yen Chi Hsuan | |
2016-03-21 | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | |
2016-03-10 | [iqiyi] Update enc_key | Yen Chi Hsuan | |
2016-03-01 | [iqiyi] SWF URLs are not used anymore | Yen Chi Hsuan | |
Since automatic detection of enc_key failed Closes #8705 | |||
2016-02-26 | [utils] Move codes for handling eval() from iqiyi.py | Yen Chi Hsuan | |
2016-02-26 | [utils] Merge base_n functions | Yen Chi Hsuan | |
2016-02-26 | [utils] Move base62 to utils | Yen 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 video | Yen Chi Hsuan | |
2016-02-15 | [iqiyi] Partial support for VIP-only videos | Yen 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 #7894 | Yen Chi Hsuan | |
2015-12-28 | [iqiyi]fix valid url | forDream | |
eg: http://yule.iqiyi.com/zbj.html | |||
2015-12-28 | Update iqiyi.py | gam2046 | |
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 key | Yen Chi Hsuan | |
Closes #7772 | |||
2015-10-22 | [iqiyi] Update key | Yen Chi Hsuan | |
2015-10-10 | [iqiyi] Update enc_key | Yen Chi Hsuan | |
2015-09-23 | [iqiyi] Use md5_text for all MD5 calls | Yen Chi Hsuan | |
2015-09-23 | [iqiyi] Fix extraction (fixes #6878) | Yen Chi Hsuan | |
2015-08-13 | [iqiyi] PEP 8 | Sergey M․ | |
2015-08-12 | [iqiyi] update md5 salt (2015-08-10 Zombie) | sceext | |
2015-07-19 | [iqiyi] Add skip_download to reduce network traffic | Yen Chi Hsuan | |
MD5 checksums are commented out in 36068ae019138710a3023334db2241ec815e2fe6, and actual downloads are not necessary anymore. | |||
2015-07-19 | [iqiyi] Comment out some MD5 sums | Yen Chi Hsuan | |
The value is different on Travis CI server | |||
2015-07-19 | [iqiyi] Remove unused imports | Yen 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 name | Yen Chi Hsuan | |
2015-06-07 | [iqiyi] Cache encryption keys | Yen Chi Hsuan | |
2015-06-07 | [iqiyi] Improve regex pattern again | Yen Chi Hsuan | |
2015-06-07 | [iqiyi] Unify get_format() and get_bid() | Yen Chi Hsuan | |
2015-06-07 | [iqiyi] Make _VALID_URL more accurate | Yen 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 case | Yen Chi Hsuan | |
2015-06-07 | [iqiyi] Change id for multipart videos | Yen Chi Hsuan | |
2015-06-07 | [iqiyi] Improve some variable names and add download notes | Yen Chi Hsuan | |
2015-06-07 | [iqiyi] Reorder imports | Yen Chi Hsuan | |
2015-06-07 | [iqiyi] Give error message for assertion failures | Yen Chi Hsuan | |
2015-06-07 | [iqiyi] Simplify and improve regex patterns | Yen Chi Hsuan | |
See the comments in #5849 | |||
2015-06-07 | [iqiyi] Remove format selection codes | Yen Chi Hsuan | |
2015-06-07 | [iqiyi] PEP8 | Yen Chi Hsuan | |
2015-05-30 | [iqiyi] Do not request for unneeded formats | PeterDing | |
2015-05-29 | [iqiyi] Add new extractor for iqiyi.com | PeterDing | |