[downloader/dash] Rename the protocol
'http_dash_segments' looks more like a protocol name than 'dash_segments'
This commit is contained in:
@ -820,7 +820,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
f.update({
|
||||
'initialization_url': segment_list.find('{urn:mpeg:DASH:schema:MPD:2011}Initialization').attrib['sourceURL'],
|
||||
'segment_urls': [segment.attrib.get('media') for segment in segment_list.findall('{urn:mpeg:DASH:schema:MPD:2011}SegmentURL')],
|
||||
'protocol': 'dash_segments',
|
||||
'protocol': 'http_dash_segments',
|
||||
})
|
||||
try:
|
||||
existing_format = next(
|
||||
|
Reference in New Issue
Block a user