mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-01 21:11: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:
@@ -374,7 +374,7 @@ async function generateArgsForSubscription(sub, user_uid, redownload = false, de
|
||||
downloadConfig.push('-r', rate_limit);
|
||||
}
|
||||
|
||||
const default_downloader = utils.getCurrentDownloader() || config_api.getConfigItem('ytdl_default_downloader');
|
||||
const default_downloader = config_api.getConfigItem('ytdl_default_downloader');
|
||||
if (default_downloader === 'yt-dlp') {
|
||||
downloadConfig.push('--no-clean-info-json');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user