This commit is contained in:
Ashley 2023-11-27 19:50:39 +00:00
parent eeebb436c5
commit 38aea539a7

View file

@ -45,7 +45,7 @@ function toObject(arr) {
// Gets Invidious instances // Gets Invidious instances
const invInstanceList = [ const invInstanceList = [
"https://yt.miruku.cafe" "https://video-proxy.poketube.fun"
]; ];
// Gets a random instance from the list // Gets a random instance from the list
@ -66,7 +66,7 @@ const videoProxyObject = {
cacheBuster: "d0550b6e28c8f93533a569c314d5b4e2", cacheBuster: "d0550b6e28c8f93533a569c314d5b4e2",
InvidiousPoketube: "AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8", InvidiousPoketube: "AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8",
url: url, url: url,
losslessurl: "https://yt.miruku.cafe" losslessurl: "https://lossless-proxy.poketube.fun"
}; };
module.exports = async function (video_id) { module.exports = async function (video_id) {