From 325642e6f12af5288a0ba53969439c1e453d59f5 Mon Sep 17 00:00:00 2001 From: sceext Date: Fri, 31 Jul 2015 13:11:40 +0800 Subject: [PATCH] [iqiyi] fix iqiyi 2015-07-30, update the md5 salt (enc key) to iqiyi latest flash player (2015-07-30) --- youtube_dl/extractor/iqiyi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py index 241ca779b..4c98395d8 100644 --- a/youtube_dl/extractor/iqiyi.py +++ b/youtube_dl/extractor/iqiyi.py @@ -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):