1
Fork 0

change api url :3

This commit is contained in:
ashley 2024-06-11 22:12:49 +00:00
parent 568a8dc53a
commit ceae76f50e

View file

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