Browse Source

[iqiyi] PEP 8

totalwebcasting
Sergey M․ 9 years ago
parent
commit
e73c85cb23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/iqiyi.py

+ 1
- 1
youtube_dl/extractor/iqiyi.py View File

@ -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):


Loading…
Cancel
Save