From 1fe6e87db6b8f1156f815ee1c28e1061d697bee7 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Mon, 21 Oct 2024 19:53:42 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index 7175454..1394e48 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1958,7 +1958,7 @@ export class tools extends plugin { if (url.includes("music")) { e.reply([ segment.image(`${path}/thumbnail.png`), - `${this.identifyPrefix}识别:油管音乐,视频时长超限 \n视频标题:${title}` + `${this.identifyPrefix}识别:油管音乐\n视频标题:${title}` ]); await ytDlpHelper(path, url, isOversea, this.myProxy, this.videoDownloadConcurrency, true, graphics, timeRange); e.reply(segment.record(`${ path }/temp.mp3`));