mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 01:27:59 +00:00
change returnytdislike api owo
This commit is contained in:
parent
06e6737049
commit
13c70591f3
@ -17,7 +17,7 @@ const fetch = require("node-fetch"); //2.5.x
|
||||
const { toJson } = require("xml2json");
|
||||
|
||||
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 parseXml = async (videoId, headers) => {
|
||||
|
Loading…
Reference in New Issue
Block a user