This commit is contained in:
ashley 2024-09-18 17:03:01 +00:00
parent 8b596806a5
commit ae06025b0e

View file

@ -118,7 +118,7 @@ app.get("/avatars/:v", async function (req, res) {
const l = req.query.h;
try {
let url = `https://kp-proxy.poketube.fun/api/v1/captions/${id}?label=${l}`;
let url = `https://kr-proxy.poketube.fun/api/v1/captions/${id}?label=${l}`;
let f = await fetch(url);
const body = await f.text();