Skip to content

Commit

Permalink
Merge pull request #590 from tcely/patch-4
Browse files Browse the repository at this point in the history
Switch to color option
  • Loading branch information
meeb authored Dec 22, 2024
2 parents 63f82a0 + 81bfe68 commit cfb8bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubesync/tubesync/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
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
Expand Down

0 comments on commit cfb8bef

Please sign in to comment.