mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:58:28 +01:00
change api url :3
This commit is contained in:
parent
919b1151c2
commit
350bb363c7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue