1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-01-04 00:01:07 -05:00

[downloader] Add --hls-prefer-native to use the native HLS downloader (#4966)

This commit is contained in:
Philipp Hagemeister
2015-02-17 12:09:12 +01:00
parent 1db5fbcfe3
commit 85729c51af
4 changed files with 12 additions and 1 deletions

View File

@@ -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: