youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 472404953a22811cc8156da110ea872a924f1f18
parent ae4ddf9efae816f4d52fc584c93e4f0e3c79c410
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  6 Nov 2015 23:28:14 +0600

[miomio] PEP 8

Diffstat:
Myoutube_dl/extractor/miomio.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;',