1
Fork 0

fix download :3

This commit is contained in:
ashley 2024-06-09 08:32:16 +00:00
parent e1a38eba0e
commit 12f43c3acf

View file

@ -117,7 +117,7 @@ app.get("/avatars/:v", async function (req, res) {
var format = "mp3"; var format = "mp3";
} }
const url = `https://tube.kuylar.dev/proxy/media/${v}/${q}`; const url = `https://tube-nightly.kuylar.dev/proxy/media/${v}/${q}`;
res.redirect(url); res.redirect(url);
}); });