diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-12-18 18:20:41 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-12-18 18:20:41 +0800 |
commit | 10171468d94e68f92505a77938be11d266ccabd8 (patch) | |
tree | b7ed4a30b456fb868faabbc34dd23154266df878 /youtube_dl | |
parent | bf597a6dd16dd53e95698319e44e5e3bda74660b (diff) |
[iqiyi] Update key (closes #7896)
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/iqiyi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py index f96e12e69..c3731a110 100644 --- a/youtube_dl/extractor/iqiyi.py +++ b/youtube_dl/extractor/iqiyi.py @@ -205,8 +205,8 @@ class IqiyiIE(InfoExtractor): def get_enc_key(self, swf_url, video_id): # TODO: automatic key extraction - # last update at 2015-12-06 for Zombie::bite - enc_key = '3719f6a1da83ee0aee3488d8802d7696'[::-1] + # last update at 2015-12-18 for Zombie::bite + enc_key = '8b6b683780897eb8d9a48a02ccc4817d'[::-1] return enc_key def _real_extract(self, url): |