1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 05:14:39 -05:00
This commit is contained in:
ashley 2024-06-05 17:34:51 +00:00
parent ddad3663cf
commit 06cf3cd7d6

View file

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