1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 11:34:39 -05:00

fixu apii!!

This commit is contained in:
Ashley 2022-12-13 18:22:51 +00:00
parent 5603e4ca8a
commit e88b61b893

View file

@ -21,7 +21,7 @@ const { toJson } = require("xml2json");
var youtube_url = `https://www.youtube.com/watch?v=`; var youtube_url = `https://www.youtube.com/watch?v=`;
var dislike_api = `https://returnyoutubedislikeapi.com/votes?videoId=`; 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) { module.exports = async function (video_id) {