mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
change api url :3
This commit is contained in:
parent
319c2fffb7
commit
753ba31cb1
@ -41,7 +41,7 @@ class PokeTubeDislikesAPIManager {
|
||||
* @private
|
||||
*/
|
||||
async _getEngagementData() {
|
||||
const fallbackUrl = `https://returnyoutubedislikeapi.com/votes?videoId=${this.videoId}`;
|
||||
const fallbackUrl = `https://p.poketube.fun/?api=${this.videoId}`;
|
||||
|
||||
const { fetch } = await import("undici");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user