From 16387b803f79d4dc250ec7f083f4636129ccba6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E9=B1=BC?= <9903082+qdyovo@user.noreply.gitee.com> Date: Fri, 18 Oct 2024 10:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88pref=EF=BC=9A=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- guoba.support.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/tools.js b/apps/tools.js index 8454aaf..60fd81b 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1956,7 +1956,7 @@ export class tools extends plugin { } const path = this.getCurDownloadPath(e); await checkAndRemoveFile(path + "/temp.mp4") - await checkAndRemoveFile(path + "/Thumbnail.png") + await checkAndRemoveFile(path + "/thumbnail.png") await ytDlpGetThumbnail(path, url, isOversea, this.myProxy) const title = await ytDlpGetTilt(url, isOversea, this.myProxy).toString().replace(/\n/g, ''); // logger.info('标题------',title) diff --git a/guoba.support.js b/guoba.support.js index c01219b..2c2651d 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -235,11 +235,11 @@ export function supportGuoba() { field: "tools.youtubeClipTime", label: "YouTuBe截取时长", bottomHelpMessage: - "超过时长会截取指定时间(单位:秒),保护魔法的流量,计算公式:3分钟 x 60秒 = 180秒,默认不开启,最好不超过5分钟", + "超过时长会截取指定时间(单位:秒),保护魔法的流量,计算公式:3分钟 x 60秒 = 180秒,默认不开启,最好不超过5分钟,0表无限or不开启", component: "InputNumber", required: false, componentProps: { - placeholder: "请输入YouTuBe视频最大时长限制", + placeholder: "请输入截取时长", }, }, {