Added preliminary support for updating YoutubeDL-Material

Config items that are not found use and set the default value

Fixed potential error while updated youtube-dl binaries
This commit is contained in:
Isaac Grynsztein
2020-03-30 18:35:44 -04:00
parent bcff631936
commit df11aca1e0
4 changed files with 203 additions and 9 deletions

View File

@@ -24,12 +24,14 @@
"config": "^3.2.3",
"exe": "^1.0.2",
"express": "^4.17.1",
"fs-extra": "^9.0.0",
"lowdb": "^1.0.0",
"md5": "^2.2.1",
"node-id3": "^0.1.14",
"merge-files": "^0.1.2",
"node-fetch": "^2.6.0",
"node-id3": "^0.1.14",
"shortid": "^2.2.15",
"unzipper": "^0.10.10",
"uuidv4": "^6.0.6",
"youtube-dl": "^3.0.2"
}