projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6b2711
)
[iqiyi] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Wed, 12 Aug 2015 19:18:49 +0000
(
01:18
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 12 Aug 2015 19:18:49 +0000
(
01:18
+0600)
youtube_dl/extractor/iqiyi.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/iqiyi.py
b/youtube_dl/extractor/iqiyi.py
index dfc6d58a049944f058ed48900e9fc23d2f65740c..393e67e354c4adb9864bdebfe05c38503be67b0b 100644
(file)
--- a/
youtube_dl/extractor/iqiyi.py
+++ b/
youtube_dl/extractor/iqiyi.py
@@
-201,7
+201,7
@@
class IqiyiIE(InfoExtractor):
return raw_data
def get_enc_key(self, swf_url, video_id):
- enc_key = '3601ba290e4f4662848c710e2122007e'
# last update at 2015-08-10 for Zombie
+ enc_key = '3601ba290e4f4662848c710e2122007e' # last update at 2015-08-10 for Zombie
return enc_key
def _real_extract(self, url):