mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:48:24 +01:00
fixu apii!!
This commit is contained in:
parent
c6a644be35
commit
88b697a4b8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const { toJson } = require("xml2json");
|
|||
|
||||
var youtube_url = `https://www.youtube.com/watch?v=`;
|
||||
var dislike_api = `https://returnyoutubedislikeapi.com/votes?videoId=`;
|
||||
var new_api_url = `https://tube.kuylar.dev/api/player`;
|
||||
var new_api_url = `https://tube-srv.ashley143.gay/api/player`;
|
||||
|
||||
module.exports = async function (video_id) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue