mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:58:28 +01:00
hehe
This commit is contained in:
parent
10e4238460
commit
e910f03bab
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