This commit is contained in:
Ashley 2023-09-30 05:09:52 +00:00
parent 0cc9bd398b
commit 57d5bb171e

View file

@ -48,6 +48,8 @@ class PokeTubeAPI {
* @private * @private
*/ */
async _getEngagementData(videoId) { async _getEngagementData(videoId) {
const { fetch } = await import("undici");
const apiUrl = `https://returnyoutubedislikeapi.com/votes?videoId=${videoId}`; const apiUrl = `https://returnyoutubedislikeapi.com/votes?videoId=${videoId}`;
try { try {