add the p url backu

This commit is contained in:
Ashley 2023-11-09 18:35:40 +00:00
parent 7d475a9f99
commit c4cdc7d3ca

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");