[downloader/http] Remove gruesome import
[youtube-dl] / youtube_dl / __init__.py
index ed22f169f376a07d4ae49879edef6e8ed7d5a2e5..eac2a26ec838873e7fe3e99483945a3115e83c33 100644 (file)
@@ -350,6 +350,8 @@ def _real_main(argv=None):
         'xattr_set_filesize': opts.xattr_set_filesize,
         '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: