1
Fork 0

Update src/libpoketube/libpoketube-dislikes.js

This commit is contained in:
Ashley 2023-11-09 07:16:23 +00:00
parent 1c4f183e12
commit f32d47718b

View file

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