1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 01:34:43 -05:00

switch back because google doesnt think i am sending automated queries now

This commit is contained in:
Ashley //// 2024-01-18 09:44:52 +00:00
parent 3eb8c1004b
commit da8e8bbd8c

View file

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