diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-04-03 14:09:07 +0200 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-04-03 14:09:07 +0200 | 
| commit | 4bbeb19fc77a49af763ce3443293b29b8450d686 (patch) | |
| tree | afee49722aedf9adf98520863a3ab7bf6222057a | |
| parent | a9cbab173584c716219b348ff36ccd5274f75249 (diff) | |
[miomio] pep8: remove whitespaces in empty line
| -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 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)), | 
