[downloader/dash] Rename the protocol

'http_dash_segments' looks more like a protocol name than
'dash_segments'
This commit is contained in:
Yen Chi Hsuan 2015-06-04 22:27:29 +08:00
parent 453a1617aa
commit 423d2be5f8
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ PROTOCOL_MAP = {
'mms': RtspFD,
'rtsp': RtspFD,
'f4m': F4mFD,
'dash_segments': DashSegmentsFD,
'http_dash_segments': DashSegmentsFD,
}