From 8a5c39ee5378409b565709ef67845f478a5b35c6 Mon Sep 17 00:00:00 2001 From: TC Date: Thu, 29 Apr 2021 22:56:33 +0200 Subject: [PATCH] Fix download URL --- plugins/downloader/front.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/downloader/front.js b/plugins/downloader/front.js index a29c9086..e4930f09 100644 --- a/plugins/downloader/front.js +++ b/plugins/downloader/front.js @@ -44,7 +44,7 @@ global.download = () => { .getAttribute("href"); videoUrl = !videoUrl ? global.songInfo.url || window.location.href - : baseUrl + videoUrl; + : baseUrl + "/" + videoUrl; downloadVideoToMP3( videoUrl,