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,