diff options
| -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)), | 
