mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-03 10:59:47 -05:00
[downloader/dash] Rename the protocol
'http_dash_segments' looks more like a protocol name than 'dash_segments'
This commit is contained in:
@@ -21,7 +21,7 @@ PROTOCOL_MAP = {
|
||||
'mms': RtspFD,
|
||||
'rtsp': RtspFD,
|
||||
'f4m': F4mFD,
|
||||
'dash_segments': DashSegmentsFD,
|
||||
'http_dash_segments': DashSegmentsFD,
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user