[options] Add --no-color
This commit is contained in:
parent
f7a211dcc8
commit
7e5db8c930
4 changed files with 10 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue