Added option to set a default file output - custom file output in the advanced expansion panel will override this

This commit is contained in:
Isaac Abadi
2020-11-27 00:25:31 -05:00
parent d15d262b87
commit b730bc5adc
5 changed files with 18 additions and 2 deletions

View File

@@ -18,6 +18,10 @@ let CONFIG_ITEMS = {
'key': 'ytdl_video_folder_path',
'path': 'YoutubeDLMaterial.Downloader.path-video'
},
'ytdl_default_file_output': {
'key': 'ytdl_default_file_output',
'path': 'YoutubeDLMaterial.Downloader.default_file_output'
},
'ytdl_use_youtubedl_archive': {
'key': 'ytdl_use_youtubedl_archive',
'path': 'YoutubeDLMaterial.Downloader.use_youtubedl_archive'