mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 04:57:19 +08:00
[iqiyi] fix iqiyi 2015-07-30, update the md5 salt (enc key) to iqiyi latest flash player (2015-07-30)
This commit is contained in:
parent
d9da7b0659
commit
325642e6f1
@ -214,7 +214,7 @@ class IqiyiIE(InfoExtractor):
|
||||
return raw_data
|
||||
|
||||
def get_enc_key(self, swf_url, video_id):
|
||||
enc_key = '8e29ab5666d041c3a1ea76e06dabdffb'
|
||||
enc_key = '7c4d2505ad0544b88c7679c65d6748a1'
|
||||
return enc_key
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
Loading…
x
Reference in New Issue
Block a user