[downloader] Add --hls-prefer-native to use the native HLS downloader (#4966)
This commit is contained in:
parent
1db5fbcfe3
commit
85729c51af
4 changed files with 12 additions and 1 deletions
|
@ -351,6 +351,7 @@ def _real_main(argv=None):
|
|||
'match_filter': match_filter,
|
||||
'no_color': opts.no_color,
|
||||
'ffmpeg_location': opts.ffmpeg_location,
|
||||
'hls_prefer_native': opts.hls_prefer_native,
|
||||
}
|
||||
|
||||
with YoutubeDL(ydl_opts) as ydl:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue