PEP8: more applied
[youtube-dl] / youtube_dl / extractor / sohu.py
index bebcafb62bea3fe2e180818256475262177f902f..875d09faaff268ea1161c76cdecfbf78d0404605 100644 (file)
@@ -69,7 +69,7 @@ class SohuIE(InfoExtractor):
                         (allot, prot, clipsURL[i], su[i]))
             part_str = self._download_webpage(
                 part_url, video_id,
-                note=u'Downloading part %d of %d' % (i+1, part_count))
+                note=u'Downloading part %d of %d' % (i +1, part_count))
 
             part_info = part_str.split('|')
             video_url = '%s%s?key=%s' % (part_info[0], su[i], part_info[3])