Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [iqiyi] Fix typo (#26884) | Felix Yan | 2020-10-17 | 1 | -1/+1 |
| | |||||
* | Fix W504 and disable W503 (closes #20863) | Sergey M․ | 2019-05-11 | 1 | -3/+3 |
| | |||||
* | remove unnecessary assignment parenthesis | Remita Amine | 2018-05-26 | 1 | -1/+1 |
| | |||||
* | [iqiyi] Fix extraction of Yule videos | Yen Chi Hsuan | 2017-04-25 | 1 | -4/+9 |
| | |||||
* | [iqiyi] Fix playlist detection (#12504) | Yen Chi Hsuan | 2017-04-22 | 1 | -6/+9 |
| | |||||
* | [iqiyi] Update _TESTS | Yen Chi Hsuan | 2017-02-11 | 1 | -2/+3 |
| | |||||
* | [iqiyi] Skip an unstable MD5 checksum | Yen Chi Hsuan | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | Rename --cn-verfication-proxy to --geo-verification-proxy | Yen Chi Hsuan | 2016-07-03 | 1 | -5/+1 |
| | | | | | | | And deprecate the former one Since commit f1388739002a7fd1e8e9c41b642734786fc6c391, this option is not limited to China websites, so rename it. | ||||
* | [iqiyi] Fix extraction | Yen Chi Hsuan | 2016-07-03 | 1 | -114/+43 |
| | | | | See https://github.com/soimort/you-get/issues/1211#issuecomment-229011559 | ||||
* | [iqiyi] Remove codes for debugging | Yen Chi Hsuan | 2016-06-26 | 1 | -3/+1 |
| | |||||
* | [iqiyi] Partially fix IqiyiIE | Yen Chi Hsuan | 2016-06-26 | 1 | -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 broken | Sergey M․ | 2016-06-26 | 1 | -0/+2 |
| | |||||
* | [iqiyi] Fix 1080P extraction (closes #9446) | Yen Chi Hsuan | 2016-05-12 | 1 | -1/+4 |
| | |||||
* | [iqiyi] Improve error detection (#9276) | Yen Chi Hsuan | 2016-04-23 | 1 | -7/+18 |
| | |||||
* | [iqiyi] Also suuport pps.tv URLs | Yen Chi Hsuan | 2016-04-15 | 1 | -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 videos | Yen Chi Hsuan | 2016-04-06 | 1 | -1/+4 |
| | | | | Closes #9071 | ||||
* | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | 2016-03-26 | 1 | -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_key | Yen Chi Hsuan | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | [iqiyi] Update enc_key | Yen Chi Hsuan | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | [iqiyi] SWF URLs are not used anymore | Yen Chi Hsuan | 2016-03-01 | 1 | -4/+2 |
| | | | | | | Since automatic detection of enc_key failed Closes #8705 | ||||
* | [utils] Move codes for handling eval() from iqiyi.py | Yen Chi Hsuan | 2016-02-26 | 1 | -22/+2 |
| | |||||
* | [utils] Merge base_n functions | Yen Chi Hsuan | 2016-02-26 | 1 | -2/+2 |
| | |||||
* | [utils] Move base62 to utils | Yen Chi Hsuan | 2016-02-26 | 1 | -13/+2 |
| | |||||
* | [iqiyi] Support playlists (closes #8019) | Yen Chi Hsuan | 2016-02-20 | 1 | -0/+49 |
| | |||||
* | [iqiyi] Implement _login() | Yen Chi Hsuan | 2016-02-20 | 1 | -6/+230 |
| | | | | Currently only email login supported | ||||
* | [iqiyi] Omit MD5 sums for the VIP-only video | Yen Chi Hsuan | 2016-02-16 | 1 | -2/+1 |
| | |||||
* | [iqiyi] Partial support for VIP-only videos | Yen Chi Hsuan | 2016-02-15 | 1 | -12/+94 |
| | | | | See #8569 and #8019. Currently only 6-min preview are supported | ||||
* | [iqiyi] Update key (closes #8292) | Yen Chi Hsuan | 2016-01-22 | 1 | -2/+2 |
| | |||||
* | [iqiyi] Add tests for #7894 | Yen Chi Hsuan | 2015-12-28 | 1 | -0/+9 |
| | |||||
* | [iqiyi]fix valid url | forDream | 2015-12-28 | 1 | -1/+1 |
| | | | | eg: http://yule.iqiyi.com/zbj.html | ||||
* | Update iqiyi.py | gam2046 | 2015-12-28 | 1 | -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 Hsuan | 2015-12-18 | 1 | -2/+2 |
| | |||||
* | [iqiyi] Update key | Yen Chi Hsuan | 2015-12-06 | 1 | -3/+2 |
| | | | | Closes #7772 | ||||
* | [iqiyi] Update key | Yen Chi Hsuan | 2015-10-22 | 1 | -3/+3 |
| | |||||
* | [iqiyi] Update enc_key | Yen Chi Hsuan | 2015-10-10 | 1 | -2/+4 |
| | |||||
* | [iqiyi] Use md5_text for all MD5 calls | Yen Chi Hsuan | 2015-09-23 | 1 | -2/+2 |
| | |||||
* | [iqiyi] Fix extraction (fixes #6878) | Yen Chi Hsuan | 2015-09-23 | 1 | -5/+9 |
| | |||||
* | [iqiyi] PEP 8 | Sergey M․ | 2015-08-13 | 1 | -1/+1 |
| | |||||
* | [iqiyi] update md5 salt (2015-08-10 Zombie) | sceext | 2015-08-12 | 1 | -1/+1 |
| | |||||
* | [iqiyi] Add skip_download to reduce network traffic | Yen Chi Hsuan | 2015-07-19 | 1 | -0/+3 |
| | | | | | | MD5 checksums are commented out in 36068ae019138710a3023334db2241ec815e2fe6, and actual downloads are not necessary anymore. | ||||
* | [iqiyi] Comment out some MD5 sums | Yen Chi Hsuan | 2015-07-19 | 1 | -8/+0 |
| | | | | The value is different on Travis CI server | ||||
* | [iqiyi] Remove unused imports | Yen Chi Hsuan | 2015-07-19 | 1 | -7/+1 |
| | |||||
* | [iqiyi] fix iqiyi (2015-07-17), update the md5 salt (enc_key) to iqiyi ↵ | sceext | 2015-07-18 | 1 | -14/+1 |
| | | | | latest (2015-07-17) flash player. | ||||
* | [iqiyi] Add localized name | Yen Chi Hsuan | 2015-07-11 | 1 | -0/+1 |
| | |||||
* | [iqiyi] Cache encryption keys | Yen Chi Hsuan | 2015-06-07 | 1 | -1/+13 |
| | |||||
* | [iqiyi] Improve regex pattern again | Yen Chi Hsuan | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | [iqiyi] Unify get_format() and get_bid() | Yen Chi Hsuan | 2015-06-07 | 1 | -19/+13 |
| | |||||
* | [iqiyi] Make _VALID_URL more accurate | Yen Chi Hsuan | 2015-06-07 | 1 | -1/+1 |
| | | | | | v_* urls are individual videos, while a_* urls are playlists, which are not supported yet. | ||||
* | [iqiyi] Add a multipart test case | Yen Chi Hsuan | 2015-06-07 | 1 | -2/+65 |
| |