Added new setting to force a safe download (removes features like progress bar)

This commit is contained in:
Isaac Grynsztein
2020-05-30 16:28:00 -04:00
parent b3c8f9e57a
commit dcc7fbd81c
6 changed files with 22 additions and 8 deletions

View File

@@ -13,7 +13,8 @@
"path-audio": "audio/",
"path-video": "video/",
"use_youtubedl_archive": false,
"custom_args": ""
"custom_args": "",
"safe_download_override": false
},
"Extra": {
"title_top": "YoutubeDL-Material",

View File

@@ -13,7 +13,8 @@
"path-audio": "audio/",
"path-video": "video/",
"use_youtubedl_archive": false,
"custom_args": ""
"custom_args": "",
"safe_download_override": false
},
"Extra": {
"title_top": "YoutubeDL-Material",