mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
change api url :3
This commit is contained in:
parent
233a2719c1
commit
a87d47337a
@ -82,7 +82,7 @@ async function video(v) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
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()
|
(res) => res.text()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user