Browse Source

[miomio] pep8: remove whitespaces in empty line

Jaime Marquínez Ferrándiz 10 years ago
parent
commit
4bbeb19fc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/miomio.py

+ 1 - 1
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)),