mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-25 04:13:19 +03:00
Refactored youtube-dl updating, added tests
This commit is contained in:
@@ -269,7 +269,8 @@ exports.AVAILABLE_PERMISSIONS = [
|
||||
'tasks_manager'
|
||||
];
|
||||
|
||||
exports.DETAILS_BIN_PATH = 'node_modules/youtube-dl/bin/details'
|
||||
exports.DETAILS_BIN_PATH = 'appdata/youtube-dl.json'
|
||||
exports.OUTDATED_YOUTUBEDL_VERSION = "2020.00.00";
|
||||
|
||||
// args that have a value after it (e.g. -o <output> or -f <format>)
|
||||
const YTDL_ARGS_WITH_VALUES = [
|
||||
|
||||
Reference in New Issue
Block a user