mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 10:53:44 +00:00
add new url :3
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user