Sergey M․
15707c7e02
[compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
...
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-26 01:46:57 +06:00
Yen Chi Hsuan
d7f62b049a
[iqiyi] Update enc_key
2016-03-25 15:45:40 +08:00
Sergey M․
5886b38d73
Add support for https for all extractors as preventive and future-proof measure
2016-03-21 21:36:32 +06:00
Yen Chi Hsuan
31db8709bf
[iqiyi] Update enc_key
2016-03-10 21:37:26 +08:00
Yen Chi Hsuan
9fb556eef0
[iqiyi] SWF URLs are not used anymore
...
Since automatic detection of enc_key failed
Closes #8705
2016-03-01 08:42:33 +08:00
Yen Chi Hsuan
f52354a889
[utils] Move codes for handling eval() from iqiyi.py
2016-02-26 14:58:29 +08:00
Yen Chi Hsuan
59f898b7a7
[utils] Merge base_n functions
2016-02-26 14:37:20 +08:00
Yen Chi Hsuan
81bdc8fdf6
[utils] Move base62 to utils
2016-02-26 14:26:26 +08:00
Yen Chi Hsuan
73f9c2867d
[iqiyi] Support playlists ( closes #8019 )
2016-02-20 22:44:04 +08:00
Yen Chi Hsuan
99709cc3f1
[iqiyi] Implement _login()
...
Currently only email login supported
2016-02-20 19:54:58 +08:00
Yen Chi Hsuan
1932476c13
[iqiyi] Omit MD5 sums for the VIP-only video
2016-02-16 02:45:21 +08:00
Yen Chi Hsuan
8e0548e180
[iqiyi] Partial support for VIP-only videos
...
See #8569 and #8019 . Currently only 6-min preview are supported
2016-02-15 19:58:24 +08:00
Yen Chi Hsuan
6b45f9aba2
[iqiyi] Update key ( closes #8292 )
2016-01-22 02:14:47 +08:00
Yen Chi Hsuan
59185202c6
[iqiyi] Add tests for #7894
2015-12-28 00:19:36 +08:00
forDream
bee83e84f6
[iqiyi]fix valid url
...
eg:
http://yule.iqiyi.com/zbj.html
2015-12-28 00:16:34 +08:00
gam2046
82e02ea5fc
Update iqiyi.py
...
Fix part of the address can not be resolved.
eg:http://www.iqiyi.com/w_19rt6o8t9p.html
2015-12-28 00:16:21 +08:00
Yen Chi Hsuan
10171468d9
[iqiyi] Update key ( closes #7896 )
2015-12-18 18:20:41 +08:00
Yen Chi Hsuan
8364b6b0b1
[iqiyi] Update key
...
Closes #7772
2015-12-06 16:41:02 +08:00
Yen Chi Hsuan
89d5fbf354
[iqiyi] Update key
2015-10-22 17:47:11 +08:00
Yen Chi Hsuan
6a959f2e52
[iqiyi] Update enc_key
2015-10-10 15:03:01 +08:00
Yen Chi Hsuan
19f93d906e
[iqiyi] Use md5_text for all MD5 calls
2015-09-23 22:25:16 +08:00
Yen Chi Hsuan
57565375c8
[iqiyi] Fix extraction ( fixes #6878 )
2015-09-23 22:22:04 +08:00
Sergey M․
e73c85cb23
[iqiyi] PEP 8
2015-08-13 01:18:49 +06:00
sceext
0a19d4ccd6
[iqiyi] update md5 salt (2015-08-10 Zombie)
2015-08-12 14:01:48 +08:00
Yen Chi Hsuan
c2d1be8981
[iqiyi] Add skip_download to reduce network traffic
...
MD5 checksums are commented out in
36068ae019
, and actual downloads are not
necessary anymore.
2015-07-19 11:20:05 +08:00
Yen Chi Hsuan
36068ae019
[iqiyi] Comment out some MD5 sums
...
The value is different on Travis CI server
2015-07-19 03:54:59 +08:00
Yen Chi Hsuan
761ee0d827
[iqiyi] Remove unused imports
2015-07-19 02:28:43 +08:00
sceext
1b541d8d6e
[iqiyi] fix iqiyi (2015-07-17), update the md5 salt (enc_key) to iqiyi latest (2015-07-17) flash player.
2015-07-18 12:34:26 +08:00
Yen Chi Hsuan
44c514eb9c
[iqiyi] Add localized name
2015-07-11 00:51:03 +08:00
Yen Chi Hsuan
b5a3c7f109
[iqiyi] Cache encryption keys
2015-06-07 02:47:36 +08:00
Yen Chi Hsuan
9c5f685ef1
[iqiyi] Improve regex pattern again
2015-06-07 02:39:03 +08:00
Yen Chi Hsuan
08bb8ef201
[iqiyi] Unify get_format() and get_bid()
2015-06-07 02:25:00 +08:00
Yen Chi Hsuan
865ab62f43
[iqiyi] Make _VALID_URL more accurate
...
v_* urls are individual videos, while a_* urls are playlists, which are
not supported yet.
2015-06-07 02:13:22 +08:00
Yen Chi Hsuan
9948113590
[iqiyi] Add a multipart test case
2015-06-07 02:09:33 +08:00
Yen Chi Hsuan
c4ee87022b
[iqiyi] Change id for multipart videos
2015-06-07 01:57:05 +08:00
Yen Chi Hsuan
ffba4edb06
[iqiyi] Improve some variable names and add download notes
2015-06-07 01:52:51 +08:00
Yen Chi Hsuan
958d0b659b
[iqiyi] Reorder imports
2015-06-07 01:35:09 +08:00
Yen Chi Hsuan
aacda28b28
[iqiyi] Give error message for assertion failures
2015-06-07 01:32:03 +08:00
Yen Chi Hsuan
29e7e0781b
[iqiyi] Simplify and improve regex patterns
...
See the comments in #5849
2015-06-07 00:56:08 +08:00
Yen Chi Hsuan
7012620e2b
[iqiyi] Remove format selection codes
2015-06-07 00:44:54 +08:00
Yen Chi Hsuan
f1da861018
[iqiyi] PEP8
2015-06-07 00:37:29 +08:00
PeterDing
670861bd20
[iqiyi] Do not request for unneeded formats
2015-05-30 10:37:54 +08:00
PeterDing
605ec701b7
[iqiyi] Add new extractor for iqiyi.com
2015-05-29 23:32:04 +08:00