[downloader] Add --hls-prefer-native to use the native HLS downloader (#4966)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user