mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:38:24 +01:00
hehe
This commit is contained in:
parent
a06499ab64
commit
63f58bc12a
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.baczek.me/api/v1/videos/${v}`).then(
|
||||
var video_new_info = await fetch(`https://invidious.weblibre.org/api/v1/videos/${v}`).then(
|
||||
(res) => res.text()
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue