projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac40e5
)
[iqiyi] Update key
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 6 Dec 2015 08:40:35 +0000
(16:40 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 6 Dec 2015 08:41:02 +0000
(16:41 +0800)
Closes #7772
youtube_dl/extractor/iqiyi.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/iqiyi.py
b/youtube_dl/extractor/iqiyi.py
index 2df1da3f00a9d9655a0c9f6a447510dcf9e2caf0..f96e12e69b37913d837166d9bf3b7edbe46193de 100644
(file)
--- a/
youtube_dl/extractor/iqiyi.py
+++ b/
youtube_dl/extractor/iqiyi.py
@@
-205,9
+205,8
@@
class IqiyiIE(InfoExtractor):
def get_enc_key(self, swf_url, video_id):
# TODO: automatic key extraction
- # last update at 2015-10-22 for Zombie::bite
- # '7223c67061dbea1259d0ceb44f44b6d62288f4f80c972170de5201d2321060270e05'[2:66][0::2]
- enc_key = '2c76de15dcb44bd28ff0927d50d31620'
+ # last update at 2015-12-06 for Zombie::bite
+ enc_key = '3719f6a1da83ee0aee3488d8802d7696'[::-1]
return enc_key
def _real_extract(self, url):