PEP8: more applied
[youtube-dl] / youtube_dl / extractor / xtube.py
index c3bb9b2cfb916ad37febd435bc2c67916627edf7..26a51340fc63639e4930400b285f3caf0fec8b4d 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