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

Update src/libpoketube/libpoketube-video.js

This commit is contained in:
Ashley 2023-11-21 09:13:24 +00:00
parent 241dc098ed
commit 13701b009e

View file

@ -45,7 +45,7 @@ function toObject(arr) {
// Gets Invidious instances
const invInstanceList = [
"https://tube.kuylar.dev"
"https://vid.theedgeofrage.com"
];
// Gets a random instance from the list
@ -66,7 +66,7 @@ const videoProxyObject = {
cacheBuster: "d0550b6e28c8f93533a569c314d5b4e2",
InvidiousPoketube: "AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8",
url: url,
losslessurl: "https://tube.kuylar.dev"
losslessurl: "https://vid.theedgeofrage.com"
};
module.exports = async function (video_id) {