[miomio] PEP 8
[youtube-dl] / youtube_dl / extractor / miomio.py
index 6f40bf1b999eca49bd34f70f995620874ff42e4d..ce391c759c22af0cb8949118b3915602197b9f47 100644 (file)
@@ -52,7 +52,7 @@ class MioMioIE(InfoExtractor):
         mioplayer_path = self._search_regex(
             r'src="(/mioplayer/[^"]+)"', webpage, 'ref_path')
 
-        http_headers = {'Referer': 'http://www.miomio.tv%s' % mioplayer_path,}
+        http_headers = {'Referer': 'http://www.miomio.tv%s' % mioplayer_path}
 
         xml_config = self._search_regex(
             r'flashvars="type=(?:sina|video)&(.+?)&',