mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 12:34:39 -05:00
change api url :3
This commit is contained in:
parent
d1a5d00c66
commit
f2f2821122
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ async function video(v) {
|
|||
}
|
||||
|
||||
try {
|
||||
var video_new_info = await fetch(`${config.invapi}/videos/${v}`).then(
|
||||
var video_new_info = await fetch(`https://invidious.baczek.me/api/v1/videos/${v}`).then(
|
||||
(res) => res.text()
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue