mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:58:26 +01:00
change returnytdislike api owo
This commit is contained in:
parent
06e6737049
commit
13c70591f3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue