PEP8: E225,E227
[youtube-dl] / youtube_dl / extractor / smotri.py
index 9d2f8d40beb0ce16705e138371401f3104493eb8..b6a71305f959a3d8861e5aa8e76214654b94e8e9 100644 (file)
@@ -184,7 +184,7 @@ class SmotriIE(InfoExtractor):
 
         view_count = self._html_search_regex(
             'Общее количество просмотров.*?<span class="Number">(\\d+)</span>',
-            webpage, 'view count', fatal=False, flags=re.MULTILINE|re.DOTALL)
+            webpage, 'view count', fatal=False, flags=re.MULTILINE | re.DOTALL)
 
         return {
             'id': video_id,