mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-20 19:03:20 +03:00
Removed deprecated safe_download_override setting
This commit is contained in:
@@ -185,7 +185,6 @@ const DEFAULT_CONFIG = {
|
|||||||
"default_file_output": "",
|
"default_file_output": "",
|
||||||
"use_youtubedl_archive": false,
|
"use_youtubedl_archive": false,
|
||||||
"custom_args": "",
|
"custom_args": "",
|
||||||
"safe_download_override": false,
|
|
||||||
"include_thumbnail": true,
|
"include_thumbnail": true,
|
||||||
"include_metadata": true,
|
"include_metadata": true,
|
||||||
"max_concurrent_downloads": 5,
|
"max_concurrent_downloads": 5,
|
||||||
|
|||||||
@@ -30,10 +30,6 @@ exports.CONFIG_ITEMS = {
|
|||||||
'key': 'ytdl_custom_args',
|
'key': 'ytdl_custom_args',
|
||||||
'path': 'YoutubeDLMaterial.Downloader.custom_args'
|
'path': 'YoutubeDLMaterial.Downloader.custom_args'
|
||||||
},
|
},
|
||||||
'ytdl_safe_download_override': {
|
|
||||||
'key': 'ytdl_safe_download_override',
|
|
||||||
'path': 'YoutubeDLMaterial.Downloader.safe_download_override'
|
|
||||||
},
|
|
||||||
'ytdl_include_thumbnail': {
|
'ytdl_include_thumbnail': {
|
||||||
'key': 'ytdl_include_thumbnail',
|
'key': 'ytdl_include_thumbnail',
|
||||||
'path': 'YoutubeDLMaterial.Downloader.include_thumbnail'
|
'path': 'YoutubeDLMaterial.Downloader.include_thumbnail'
|
||||||
|
|||||||
Reference in New Issue
Block a user