mirror of
https://codeberg.org/ashley/poke
synced 2026-04-08 23:47:59 +00:00
change api url :3
This commit is contained in:
@@ -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()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user