|
|
@ -59,11 +59,8 @@ class OnetBaseIE(InfoExtractor):
|
|
|
|
# TODO: Support Microsoft Smooth Streaming
|
|
|
|
# TODO: Support Microsoft Smooth Streaming
|
|
|
|
continue
|
|
|
|
continue
|
|
|
|
elif ext == 'mpd':
|
|
|
|
elif ext == 'mpd':
|
|
|
|
# TODO: Current DASH formats are broken - $Time$ pattern in
|
|
|
|
formats.extend(self._extract_mpd_formats(
|
|
|
|
# <SegmentTemplate> not implemented yet
|
|
|
|
video_url, video_id, mpd_id='dash', fatal=False))
|
|
|
|
# formats.extend(self._extract_mpd_formats(
|
|
|
|
|
|
|
|
# video_url, video_id, mpd_id='dash', fatal=False))
|
|
|
|
|
|
|
|
continue
|
|
|
|
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
formats.append({
|
|
|
|
formats.append({
|
|
|
|
'url': video_url,
|
|
|
|
'url': video_url,
|
|
|
|