From 81bfe68034767b35cdc5b1e6be87ddc0cf936c33 Mon Sep 17 00:00:00 2001 From: tcely Date: Fri, 20 Dec 2024 08:23:35 -0500 Subject: [PATCH] Switch to color option Avoids a warning: `Overwriting params from "color" with "no_color"` --- tubesync/tubesync/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/tubesync/settings.py b/tubesync/tubesync/settings.py index f4865f6a..a888e91d 100644 --- a/tubesync/tubesync/settings.py +++ b/tubesync/tubesync/settings.py @@ -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