change returnytdislike api owo

This commit is contained in:
Ashley 2023-03-09 18:05:44 +00:00
parent 06e6737049
commit 13c70591f3

View file

@ -17,7 +17,7 @@ const fetch = require("node-fetch"); //2.5.x
const { toJson } = require("xml2json"); const { toJson } = require("xml2json");
const youtubeUrl = "https://www.youtube.com/watch?v="; const youtubeUrl = "https://www.youtube.com/watch?v=";
const dislikeApi = "https://returnyoutubedislikeapi.com/votes?videoId="; const dislikeApi = "https://p.poketube.fun/api?v=";
const newApiUrl = "https://inner-api.poketube.fun/api/player"; const newApiUrl = "https://inner-api.poketube.fun/api/player";
const parseXml = async (videoId, headers) => { const parseXml = async (videoId, headers) => {