summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-01-22 02:14:47 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-01-22 02:14:47 +0800
commit6b45f9aba2dad6e965ab51b4d18f4bb05336eaf1 (patch)
tree4c9118632dafd957ff3f964f3a000d9f2eefd880
parent1e10d02fec559618f877e6694b6eeec53d59a65a (diff)
downloadyoutube-dl-6b45f9aba2dad6e965ab51b4d18f4bb05336eaf1.tar.gz
youtube-dl-6b45f9aba2dad6e965ab51b4d18f4bb05336eaf1.tar.xz
youtube-dl-6b45f9aba2dad6e965ab51b4d18f4bb05336eaf1.zip
[iqiyi] Update key (closes #8292)
-rw-r--r--youtube_dl/extractor/iqiyi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py
index 66a70a181..691cb66d6 100644
--- a/youtube_dl/extractor/iqiyi.py
+++ b/youtube_dl/extractor/iqiyi.py
@@ -214,8 +214,8 @@ class IqiyiIE(InfoExtractor):
 
     def get_enc_key(self, swf_url, video_id):
         # TODO: automatic key extraction
-        # last update at 2015-12-18 for Zombie::bite
-        enc_key = '8b6b683780897eb8d9a48a02ccc4817d'[::-1]
+        # last update at 2016-01-22 for Zombie::bite
+        enc_key = '6ab6d0280511493ba85594779759d4ed'
         return enc_key
 
     def _real_extract(self, url):