aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-03-10 21:37:26 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-03-10 21:37:26 +0800
commit31db8709bff7209d215c00eb93bdb2cf178d7f58 (patch)
treedb7eec3d94ad83dd151a434654ec3b3cb8bf2710 /youtube_dl
parent5080cbf9fd26441256390f169d24ab3259c740f7 (diff)
downloadyoutube-dl-31db8709bff7209d215c00eb93bdb2cf178d7f58.tar.xz
[iqiyi] Update enc_key
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 d3bee3a19..e7c0cb3f6 100644
--- a/youtube_dl/extractor/iqiyi.py
+++ b/youtube_dl/extractor/iqiyi.py
@@ -501,7 +501,7 @@ class IqiyiIE(InfoExtractor):
def get_enc_key(self, video_id):
# TODO: automatic key extraction
# last update at 2016-01-22 for Zombie::bite
- enc_key = '6ab6d0280511493ba85594779759d4ed'
+ enc_key = '8ed797d224d043e7ac23d95b70227d32'
return enc_key
def _extract_playlist(self, webpage):