From: Sergey M․ Date: Fri, 6 Nov 2015 17:28:14 +0000 (+0600) Subject: [miomio] PEP 8 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=472404953a22811cc8156da110ea872a924f1f18;p=youtube-dl [miomio] PEP 8 --- diff --git a/youtube_dl/extractor/miomio.py b/youtube_dl/extractor/miomio.py index 6f40bf1b9..ce391c759 100644 --- a/youtube_dl/extractor/miomio.py +++ b/youtube_dl/extractor/miomio.py @@ -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)&(.+?)&',