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 }