[miomio] pep8: remove whitespaces in empty line
[youtube-dl] / 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&(.+?)&',
             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)),