mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 12:33:43 +00:00
change api url :3
This commit is contained in:
@@ -41,7 +41,7 @@ class PokeTubeDislikesAPIManager {
|
||||
* @private
|
||||
*/
|
||||
async _getEngagementData() {
|
||||
const fallbackUrl = `https://p.poketube.fun/api?v=${this.videoId}`;
|
||||
const fallbackUrl = `https://prod-poketube.testing.poketube.fun/api?v=${this.videoId}`;
|
||||
|
||||
const { fetch } = await import("undici");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user