Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into settings-pin

This commit is contained in:
Isaac Grynsztein
2020-03-20 22:46:06 -04:00
75 changed files with 4673 additions and 13157 deletions

View File

@@ -1,5 +1,3 @@
var config = require('config');
let CONFIG_ITEMS = {
// Host
'ytdl_url': {
@@ -34,6 +32,10 @@ let CONFIG_ITEMS = {
'key': 'ytdl_video_folder_path',
'path': 'YoutubeDLMaterial.Downloader.path-video'
},
'ytdl_use_youtubedl_archive': {
'key': 'ytdl_use_youtubedl_archive',
'path': 'YoutubeDLMaterial.Downloader.use_youtubedl_archive'
},
'ytdl_custom_args': {
'key': 'ytdl_custom_args',
'path': 'YoutubeDLMaterial.Downloader.custom_args'