mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 05:34:40 -05:00
change api url :3
This commit is contained in:
parent
f842540864
commit
1aa70f01bb
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 youtubeUrl = "https://www.youtube.com/watch?v=";
|
||||||
const dislikeApi = "https://returnyoutubedislikeapi.com/votes?videoId=";
|
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) => {
|
const parseXml = async (videoId, headers) => {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue