projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5080cbf
)
[iqiyi] Update enc_key
author
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 10 Mar 2016 13:37:26 +0000
(21:37 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 10 Mar 2016 13:37:26 +0000
(21:37 +0800)
youtube_dl/extractor/iqiyi.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/iqiyi.py
b/youtube_dl/extractor/iqiyi.py
index d3bee3a1902c783543831fa508d30ce734a140f0..e7c0cb3f66ab542e79f86238d2db991047d6d453 100644
(file)
--- 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):