From cb3ebc32cdca3a2f060be8d2afde1354cc353cec Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Mon, 21 Oct 2024 19:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat=EF=BC=9A=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=B2=B9=E7=AE=A1=E9=9F=B3=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 适配油管音频 2. 提取部分内联函数 --- apps/tools.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/tools.js b/apps/tools.js index 52ab6fe..7175454 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1949,6 +1949,7 @@ export class tools extends plugin { const path = this.getCurDownloadPath(e); await checkAndRemoveFile(path + "/temp.mp4") + await checkAndRemoveFile(path + "/temp.mp3") await checkAndRemoveFile(path + "/thumbnail.png") await ytDlpGetThumbnail(path, url, isOversea, this.myProxy) const title = ytDlpGetTilt(url, isOversea, this.myProxy).toString().replace(/\n/g, '');