PEP8 applied
[youtube-dl] / youtube_dl / extractor / moniker.py
index 79bb2ca5935cb7ad888081540696e256c31faa98..1c4f589cce1605b17e099d47c050097fef1ad0a9 100644 (file)
@@ -54,7 +54,7 @@ class MonikerIE(InfoExtractor):
 
         title = os.path.splitext(data['fname'])[0]
 
-        #Could be several links with different quality
+        # Could be several links with different quality
         links = re.findall(r'"file" : "?(.+?)",', webpage)
         # Assume the links are ordered in quality
         formats = [{