add proxy :3

This commit is contained in:
Ashley 2023-02-24 15:55:48 +00:00
parent 0a63a2eb26
commit 62d566184a

View file

@ -52,7 +52,7 @@ module.exports = async function (video_id) {
async function ryd() {
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()
);
return engagement;