1
Fork 0

add ryd api url back

This commit is contained in:
Ashley 2023-11-09 18:34:57 +00:00
parent f32d47718b
commit 7d475a9f99

View file

@ -105,6 +105,7 @@ app.get("/", (req, res) => {
const apiUrls = [ const apiUrls = [
"https://returnyoutubedislikeapi.com/votes?videoId=", "https://returnyoutubedislikeapi.com/votes?videoId=",
"https://prod-poketube.testing.poketube.fun/api?v=", "https://prod-poketube.testing.poketube.fun/api?v=",
"https://ipv6-t.poketube.fun/api?v="
]; ];
// Define a cache object // Define a cache object