parent
6251555f1c
commit
45842107b9
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ def _get_suitable_downloader(info_dict, params, default):
|
||||||
return ed
|
return ed
|
||||||
|
|
||||||
if protocol == 'http_dash_segments':
|
if protocol == 'http_dash_segments':
|
||||||
if info_dict.get('is_live') and external_downloader.lower() != 'native':
|
if info_dict.get('is_live') and (external_downloader or '').lower() != 'native':
|
||||||
return FFmpegFD
|
return FFmpegFD
|
||||||
|
|
||||||
if protocol in ('m3u8', 'm3u8_native'):
|
if protocol in ('m3u8', 'm3u8_native'):
|
||||||
|
|
Loading…
Reference in a new issue