1
Fork 0
This commit is contained in:
Ashley 2023-11-07 19:36:41 +00:00
parent 08d9bc749a
commit 079a9da38a

View file

@ -41,7 +41,7 @@ class PokeTubeDislikesAPIManager {
* @private
*/
async _getEngagementData() {
const fallbackUrl = `https://prod-poketube.testing.poketube.fun/api?v=${this.videoId}`;
const fallbackUrl = `https://p.poketube.fun/api?v=${this.videoId}`;
const { fetch } = await import("undici");