aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-08-12 21:52:21 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-08-12 21:52:21 +0800
commit0b7c27828decfbf468b7af0f125689aac93db51e (patch)
tree4ab20a6d8faee69b66886784d0ab5ae561bdad8f /youtube_dl
parent9f3da138606773339de9accc2bc6522ea88185fe (diff)
parent0a19d4ccd6914d8547fd3e42fd279c960d9f8fad (diff)
downloadyoutube-dl-0b7c27828decfbf468b7af0f125689aac93db51e.tar.xz
Merge pull request #6533 from sceext2/fix-iqiyi-2015-08-10
[iqiyi] update md5 salt (2015-08-10)
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/iqiyi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py
index afb7f4e61..dfc6d58a0 100644
--- a/youtube_dl/extractor/iqiyi.py
+++ b/youtube_dl/extractor/iqiyi.py
@@ -201,7 +201,7 @@ class IqiyiIE(InfoExtractor):
return raw_data
def get_enc_key(self, swf_url, video_id):
- enc_key = '8e29ab5666d041c3a1ea76e06dabdffb'
+ enc_key = '3601ba290e4f4662848c710e2122007e' # last update at 2015-08-10 for Zombie
return enc_key
def _real_extract(self, url):