1
Fork 0

try undici

This commit is contained in:
Ashley 2023-11-07 09:34:14 +00:00
parent 52c38c5715
commit eeb50942f7

View file

@ -103,7 +103,6 @@ app.get("/", (req, res) => {
});
const apiUrls = [
"https://returnyoutubedislikeapi.com/votes?videoId=",
"https://ipv6-t.poketube.fun/api?v=",
"https://prod-poketube.testing.poketube.fun/api?v="
];
@ -112,6 +111,8 @@ const apiUrls = [
const cache = {};
app.get("/api", async (req, res) => {
const { fetch } = await import("undici")
try {
const cacheKey = req.query.v;