mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 06:14:39 -05:00
add proxy :3
This commit is contained in:
parent
0a63a2eb26
commit
62d566184a
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module.exports = async function (video_id) {
|
||||||
|
|
||||||
async function ryd() {
|
async function ryd() {
|
||||||
try {
|
try {
|
||||||
const engagement = await fetch(`${dislike_api}${video_id}`).then((res) =>
|
const engagement = await fetch(`https://p.poketube.fun/${dislike_api}${video_id}`).then((res) =>
|
||||||
res.json()
|
res.json()
|
||||||
);
|
);
|
||||||
return engagement;
|
return engagement;
|
||||||
|
|
Loading…
Reference in a new issue