mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
fix RYD api
This commit is contained in:
parent
9074bdd0cc
commit
efe984a412
@ -33,8 +33,10 @@ function getJson(str) {
|
||||
}
|
||||
}
|
||||
|
||||
const dislike = await fetch(`${dislike_api}${video_id}`)
|
||||
const engagement = getJson(dislike)
|
||||
const engagement = await fetch(`${dislike_api}${video_id}`).then((res) =>
|
||||
res.json()
|
||||
);
|
||||
|
||||
|
||||
const headers = {};
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user