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