mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 13:43:45 +00:00
fix ryd
This commit is contained in:
@@ -56,7 +56,7 @@ class PokeTubeAPI {
|
||||
*/
|
||||
async _getEngagementData() {
|
||||
const apiUrl = `${DISLIKE_API}${this.videoId}`;
|
||||
const fallbackUrl = `https://p.poketube.fun/${apiUrl}`;
|
||||
const fallbackUrl = `https://returnyoutubedislikeapi.com/votes?videoId=${this.videoId}`;
|
||||
|
||||
try {
|
||||
const engagement = await fetch(apiUrl).then((res) => res.json());
|
||||
|
||||
Reference in New Issue
Block a user