mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-06 05:51:29 +03:00
Multiple binaries can now exist, and if the needed one is missing it will be downloaded at runtime
This commit is contained in:
@@ -241,11 +241,6 @@ exports.addUIDsToCategory = (category, files) => {
|
||||
return files_that_match;
|
||||
}
|
||||
|
||||
exports.getCurrentDownloader = () => {
|
||||
const details_json = fs.readJSONSync(CONSTS.DETAILS_BIN_PATH);
|
||||
return details_json['downloader'];
|
||||
}
|
||||
|
||||
exports.recFindByExt = async (base, ext, files, result, recursive = true) => {
|
||||
files = files || (await fs.readdir(base))
|
||||
result = result || []
|
||||
|
||||
Reference in New Issue
Block a user