1
Fork 0

add new url :3

This commit is contained in:
Ashley 2023-12-11 12:29:06 +00:00
parent b456a8c0a5
commit 43fb7dcba0

View file

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