mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
Fix download URL
This commit is contained in:
@ -44,7 +44,7 @@ global.download = () => {
|
|||||||
.getAttribute("href");
|
.getAttribute("href");
|
||||||
videoUrl = !videoUrl
|
videoUrl = !videoUrl
|
||||||
? global.songInfo.url || window.location.href
|
? global.songInfo.url || window.location.href
|
||||||
: baseUrl + videoUrl;
|
: baseUrl + "/" + videoUrl;
|
||||||
|
|
||||||
downloadVideoToMP3(
|
downloadVideoToMP3(
|
||||||
videoUrl,
|
videoUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user