From 6562611a78b02ba928f79845eb4c60baa41f70ef Mon Sep 17 00:00:00 2001 From: meeb Date: Sun, 6 Dec 2020 13:50:24 +1100 Subject: [PATCH] hide colours in youtube-dl output --- app/tubesync/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/tubesync/settings.py b/app/tubesync/settings.py index 4f3b394..4f9bcf1 100644 --- a/app/tubesync/settings.py +++ b/app/tubesync/settings.py @@ -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 }