verbose off

This commit is contained in:
Jesse Bannon 2024-06-02 10:17:10 -07:00
parent 8ca46d573b
commit 2252cf1720

View file

@ -18,7 +18,6 @@ def channel_preset_dict(output_directory):
"format": "worst[ext=mp4]", # download the worst format so it is fast "format": "worst[ext=mp4]", # download the worst format so it is fast
"ytdl_options": { "ytdl_options": {
"max_views": 100000, # do not download the popular PJ concert "max_views": 100000, # do not download the popular PJ concert
"verbose": True
}, },
"subtitles": { "subtitles": {
"subtitles_name": "{episode_file_path}.{lang}.{subtitles_ext}", "subtitles_name": "{episode_file_path}.{lang}.{subtitles_ext}",