diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-11-06 23:28:14 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-11-06 23:28:14 +0600 |
commit | 472404953a22811cc8156da110ea872a924f1f18 (patch) | |
tree | 8a8aee654f0ed0d8cea0fba377c126dafb9c2e0d /youtube_dl/extractor/miomio.py | |
parent | ae4ddf9efae816f4d52fc584c93e4f0e3c79c410 (diff) |
[miomio] PEP 8
Diffstat (limited to 'youtube_dl/extractor/miomio.py')
-rw-r--r-- | youtube_dl/extractor/miomio.py | 2 |
1 files changed, 1 insertions, 1 deletions
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)&(.+?)&', |