about summary refs log tree commit diff
path: root/youtube_dl/extractor/miomio.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-11-06 23:28:14 +0600
committerSergey M․ <dstftw@gmail.com>2015-11-06 23:28:14 +0600
commit472404953a22811cc8156da110ea872a924f1f18 (patch)
tree8a8aee654f0ed0d8cea0fba377c126dafb9c2e0d /youtube_dl/extractor/miomio.py
parentae4ddf9efae816f4d52fc584c93e4f0e3c79c410 (diff)
downloadyoutube-dl-472404953a22811cc8156da110ea872a924f1f18.tar.gz
youtube-dl-472404953a22811cc8156da110ea872a924f1f18.tar.xz
youtube-dl-472404953a22811cc8156da110ea872a924f1f18.zip
[miomio] PEP 8
Diffstat (limited to 'youtube_dl/extractor/miomio.py')
-rw-r--r--youtube_dl/extractor/miomio.py2
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)&amp;(.+?)&amp;',