1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 06:09:58 +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:
sceext 2015-07-31 13:11:40 +08:00
parent d9da7b0659
commit 325642e6f1

View File

@ -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):