[miomio] PEP 8
authorSergey M․ <dstftw@gmail.com>
Fri, 6 Nov 2015 17:28:14 +0000 (23:28 +0600)
committerSergey M․ <dstftw@gmail.com>
Fri, 6 Nov 2015 17:28:14 +0000 (23:28 +0600)
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)&amp;(.+?)&amp;',