projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e10d02
)
[iqiyi] Update key (closes #8292)
author
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 21 Jan 2016 18:14:47 +0000
(
02:14
+0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 21 Jan 2016 18:14:47 +0000
(
02:14
+0800)
youtube_dl/extractor/iqiyi.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/iqiyi.py
b/youtube_dl/extractor/iqiyi.py
index 66a70a181255160cf1cba857b34e275b84ddf8f0..691cb66d6e0e5b53c80339bf649a93cdd3813c04 100644
(file)
--- 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 201
5-12-18
for Zombie::bite
- enc_key = '
8b6b683780897eb8d9a48a02ccc4817d'[::-1]
+ # last update at 201
6-01-22
for Zombie::bite
+ enc_key = '
6ab6d0280511493ba85594779759d4ed'
return enc_key
def _real_extract(self, url):