PEP8: E225,E227
[youtube-dl] / youtube_dl / extractor / xtube.py
index 26a51340fc63639e4930400b285f3caf0fec8b4d..38448e7c0fbfe3641cc364a2707a97910ab16cf8 100644 (file)
@@ -97,7 +97,7 @@ class XTubeUserIE(InfoExtractor):
             url, username, note='Retrieving profile page')
 
         video_count = int(self._search_regex(
-            r'<strong>%s\'s Videos \(([0-9]+)\)</strong>' %username, profile_page,
+            r'<strong>%s\'s Videos \(([0-9]+)\)</strong>' % username, profile_page,
             'video count'))
 
         PAGE_SIZE = 25