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, '');