mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
lol
This commit is contained in:
parent
5a9bf12ed8
commit
12bdbd8eb3
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,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://yt.sudovanilla.com/api/v1/captions/${id}?label=${l}`;
|
||||
|
||||
let f = await fetch(url);
|
||||
const body = await f.text();
|
||||
|
|
Loading…
Reference in a new issue