1
Fork 0

lemme see if this speeds it up or nah

This commit is contained in:
Ashley 2023-11-11 14:28:41 +00:00
parent 0c2c264204
commit 99c92c4d47

View file

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