PEP8 applied
[youtube-dl] / youtube_dl / extractor / smotri.py
index 6c1d82dd7bcd2a04dd2092f227bbec94cc55083b..9d2f8d40beb0ce16705e138371401f3104493eb8 100644 (file)
@@ -212,7 +212,7 @@ class SmotriCommunityIE(InfoExtractor):
         },
         'playlist_mincount': 4,
     }
-    
+
     def _real_extract(self, url):
         mobj = re.match(self._VALID_URL, url)
         community_id = mobj.group('communityid')