From: Jaime Marquínez Ferrándiz Date: Fri, 3 Apr 2015 12:09:07 +0000 (+0200) Subject: [miomio] pep8: remove whitespaces in empty line X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=4bbeb19fc77a49af763ce3443293b29b8450d686;p=youtube-dl [miomio] pep8: remove whitespaces in empty line --- diff --git a/youtube_dl/extractor/miomio.py b/youtube_dl/extractor/miomio.py index 11608f730..cc3f27194 100644 --- a/youtube_dl/extractor/miomio.py +++ b/youtube_dl/extractor/miomio.py @@ -44,7 +44,7 @@ class MioMioIE(InfoExtractor): xml_config = self._search_regex( r'flashvars="type=sina&(.+?)&', webpage, 'xml config') - + # skipping the following page causes lags and eventually connection drop-outs self._request_webpage( 'http://www.miomio.tv/mioplayer/mioplayerconfigfiles/xml.php?id=%s&r=%s' % (id, random.randint(100, 999)),