mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
Update src/libpoketube/libpoketube-video.js
This commit is contained in:
parent
128a7ee40a
commit
241dc098ed
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ function toObject(arr) {
|
||||||
|
|
||||||
// Gets Invidious instances
|
// Gets Invidious instances
|
||||||
const invInstanceList = [
|
const invInstanceList = [
|
||||||
"https://video-proxy.poketube.fun"
|
"https://tube.kuylar.dev"
|
||||||
];
|
];
|
||||||
|
|
||||||
// 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://lossless-proxy.poketube.fun"
|
losslessurl: "https://tube.kuylar.dev"
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = async function (video_id) {
|
module.exports = async function (video_id) {
|
||||||
|
|
Loading…
Reference in a new issue