summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-13 01:18:49 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-13 01:18:49 +0600
commite73c85cb23d278702357412479fd4b162a3abbb3 (patch)
tree9fd22da89a1e6a73f68d75f6c3e0d0e677afc1d1
parentb6b2711298f8d43414deac939f92c7c3477826b2 (diff)
downloadyoutube-dl-e73c85cb23d278702357412479fd4b162a3abbb3.tar.gz
youtube-dl-e73c85cb23d278702357412479fd4b162a3abbb3.tar.xz
youtube-dl-e73c85cb23d278702357412479fd4b162a3abbb3.zip
[iqiyi] PEP 8
-rw-r--r--youtube_dl/extractor/iqiyi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py
index dfc6d58a0..393e67e35 100644
--- 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):