mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:18:26 +01:00
hehe
This commit is contained in:
parent
63f58bc12a
commit
24217bca4c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue