PEP8 applied
[youtube-dl] / youtube_dl / extractor / xhamster.py
index 4e8fbde8d6bbb072e7fc3475288c6c2e93360993..1e6c9462353d28aacd2c88ffd7baca085eef7174 100644 (file)
@@ -42,7 +42,7 @@ class XHamsterIE(InfoExtractor):
         }
     ]
 
-    def _real_extract(self,url):
+    def _real_extract(self, url):
         def extract_video_url(webpage):
             mp4 = re.search(r'<video\s+.*?file="([^"]+)".*?>', webpage)
             if mp4 is None: