1
0
Fork 0
mirror of synced 2024-05-16 10:23:51 +12:00

Update config.py fix trim-filenames

This commit is contained in:
Nick Sweeting 2024-01-31 01:59:43 -08:00 committed by GitHub
parent 2b6bd42a2a
commit a4bd441077
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,7 +154,7 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = {
'CHROME_SANDBOX': {'type': bool, 'default': lambda c: not c['IN_DOCKER']},
'YOUTUBEDL_ARGS': {'type': list, 'default': lambda c: [
'--restrict-filenames',
'--trim-filenames',
'--trim-filenames', '128',
'--write-description',
'--write-info-json',
'--write-annotations',