[downloader/http] Remove gruesome import
[youtube-dl] / youtube_dl / __init__.py
index 108fb3c7a21b9d92b88e19aeef3d712b5835e90c..eac2a26ec838873e7fe3e99483945a3115e83c33 100644 (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: