[options] Add --no-color
[youtube-dl] / youtube_dl / __init__.py
index eefca0fe4c63dce27d70849ac236958a91d1eca9..ed22f169f376a07d4ae49879edef6e8ed7d5a2e5 100644 (file)
@@ -349,6 +349,7 @@ 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,
     }
 
     with YoutubeDL(ydl_opts) as ydl: