🎈pref:多线程下载支持tiktok

This commit is contained in:
DESKTOP-I4SRUE6\NikoYoke 2024-10-17 22:40:45 +08:00
parent fbce4bf46e
commit 598ac9435e

View File

@ -1973,7 +1973,7 @@ export class tools extends plugin {
} else {
e.reply([segment.image(`${ path }/thumbnail.png`),`${ this.identifyPrefix }识别:油管,视频下载中请耐心等待 \n视频标题:${ title }\n视频时长:${(Duration / 60).toFixed(2).replace(/\.00$/, '')} 分钟`]);
}
await ytDlpHelper(path, url, isOversea, this.myProxy, this.videoDownloadConcurrency, true, graphics, timeRange);
await ytDlpHelper(path, url, isOversea, this.myProxy, this.videoDownloadConcurrency, true, graphics, timeRange );
this.sendVideoToUpload(e, `${ path }/temp.mp4`);
} catch (error) {
logger.error(error);