|
@ -44,7 +44,7 @@ class MioMioIE(InfoExtractor): |
|
|
xml_config = self._search_regex( |
|
|
xml_config = self._search_regex( |
|
|
r'flashvars="type=sina&(.+?)&', |
|
|
r'flashvars="type=sina&(.+?)&', |
|
|
webpage, 'xml config') |
|
|
webpage, 'xml config') |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# skipping the following page causes lags and eventually connection drop-outs |
|
|
# skipping the following page causes lags and eventually connection drop-outs |
|
|
self._request_webpage( |
|
|
self._request_webpage( |
|
|
'http://www.miomio.tv/mioplayer/mioplayerconfigfiles/xml.php?id=%s&r=%s' % (id, random.randint(100, 999)), |
|
|
'http://www.miomio.tv/mioplayer/mioplayerconfigfiles/xml.php?id=%s&r=%s' % (id, random.randint(100, 999)), |
|
|