1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

add yt-dlp restrict-filenames option to make filenames shorter

This commit is contained in:
Nick Sweeting 2024-01-23 14:19:59 -08:00
parent 93781c58ce
commit 3b36928bdc

View file

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