hide colours in youtube-dl output

This commit is contained in:
meeb 2020-12-06 13:50:24 +11:00
parent a5bab92a8e
commit 6562611a78
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ MAX_MEDIA_THUMBNAIL_SIZE = (320, 240) # Max size in pixels for media thumb
YOUTUBE_DEFAULTS = {
'no_color': True, # Do not use colours in output
'age_limit': 99, # 'Age in years' to spoof
}