1
Fork 0
This commit is contained in:
Ashley 2023-02-24 17:37:23 +00:00
parent 63f58bc12a
commit 24217bca4c

View file

@ -82,7 +82,7 @@ async function video(v) {
}
try {
var video_new_info = await fetch(`https://invidious.weblibre.org/api/v1/videos/${v}`).then(
var video_new_info = await fetch(`https://invidious.privacydev.net/api/v1/videos/${v}`).then(
(res) => res.text()
);