switch to a diffrent proxy for now because google thinks i am sending automated queries

This commit is contained in:
Ashley 2023-12-17 19:01:08 +00:00
parent 9ef1bed5f2
commit 627d117c73

View file

@ -126,7 +126,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://yt.sudovanilla.com/api/v1/captions/${id}?label=${l}`;
let f = await fetch(url);
const body = await f.text();