Switch to color option

Avoids a warning:
`Overwriting params from "color" with "no_color"`
This commit is contained in:
tcely 2024-12-20 08:23:35 -05:00 committed by GitHub
parent 52865cb5b4
commit 81bfe68034
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,7 +165,7 @@ SOURCE_DOWNLOAD_DIRECTORY_PREFIX = True
YOUTUBE_DL_CACHEDIR = None
YOUTUBE_DL_TEMPDIR = None
YOUTUBE_DEFAULTS = {
'no_color': True, # Do not use colours in output
'color': 'never', # Do not use colours in output
'age_limit': 99, # 'Age in years' to spoof
'ignoreerrors': True, # Skip on errors (such as unavailable videos in playlists)
'cachedir': False, # Disable on-disk caching