verbose off
This commit is contained in:
parent
8ca46d573b
commit
2252cf1720
1 changed files with 0 additions and 1 deletions
|
|
@ -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}",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue