From 350bb363c7e27832c3f2efa488b3d656d5a2064a Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 9 Mar 2023 15:49:37 +0000 Subject: [PATCH] change api url :3 --- src/libpoketube/libpoketube-fetcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libpoketube/libpoketube-fetcher.js b/src/libpoketube/libpoketube-fetcher.js index c7bd74f..6435cff 100644 --- a/src/libpoketube/libpoketube-fetcher.js +++ b/src/libpoketube/libpoketube-fetcher.js @@ -18,7 +18,7 @@ const { toJson } = require("xml2json"); const youtubeUrl = "https://www.youtube.com/watch?v="; const dislikeApi = "https://returnyoutubedislikeapi.com/votes?videoId="; -const newApiUrl = "https://tube-srv.ashley143.gay/api/player"; +const newApiUrl = "https://inner-api.poketube.fun/api/player"; const parseXml = async (videoId, headers) => { try {