mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +00:00
Switch to color option
Avoids a warning: `Overwriting params from "color" with "no_color"`
This commit is contained in:
parent
52865cb5b4
commit
81bfe68034
@ -165,7 +165,7 @@ SOURCE_DOWNLOAD_DIRECTORY_PREFIX = True
|
|||||||
YOUTUBE_DL_CACHEDIR = None
|
YOUTUBE_DL_CACHEDIR = None
|
||||||
YOUTUBE_DL_TEMPDIR = None
|
YOUTUBE_DL_TEMPDIR = None
|
||||||
YOUTUBE_DEFAULTS = {
|
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
|
'age_limit': 99, # 'Age in years' to spoof
|
||||||
'ignoreerrors': True, # Skip on errors (such as unavailable videos in playlists)
|
'ignoreerrors': True, # Skip on errors (such as unavailable videos in playlists)
|
||||||
'cachedir': False, # Disable on-disk caching
|
'cachedir': False, # Disable on-disk caching
|
||||||
|
Loading…
Reference in New Issue
Block a user