1
Fork 0

fix subtitles

This commit is contained in:
Ashley 2024-01-06 21:31:02 +00:00
parent 75436a47d0
commit c50d2996df

View file

@ -126,7 +126,7 @@ app.get("/avatars/:v", async function (req, res) {
const l = req.query.h;
try {
let url = `https://yt.sudovanilla.com/api/v1/captions/${id}?label=${l}`;
let url = `https://inv.zzls.xyz/api/v1/captions/${id}?label=${l}`;
let f = await fetch(url);
const body = await f.text();