[miomio] pep8: remove whitespaces in empty line
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 3 Apr 2015 12:09:07 +0000 (14:09 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Fri, 3 Apr 2015 12:09:07 +0000 (14:09 +0200)
youtube_dl/extractor/miomio.py

index 11608f73026929f605156a1d20ad7269d2ccafb3..cc3f2719484d7011e5f88a882af90d95dafe905e 100644 (file)
@@ -44,7 +44,7 @@ class MioMioIE(InfoExtractor):
         xml_config = self._search_regex(
             r'flashvars="type=sina&amp;(.+?)&amp;',
             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)),