1
Fork 0

change api url :3

This commit is contained in:
Ashley 2023-03-09 15:49:37 +00:00
parent f842540864
commit 1aa70f01bb

View file

@ -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 {