mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:14:39 -05:00
mb lmao
This commit is contained in:
parent
0cc9bd398b
commit
57d5bb171e
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ class PokeTubeAPI {
|
|||
* @private
|
||||
*/
|
||||
async _getEngagementData(videoId) {
|
||||
const { fetch } = await import("undici");
|
||||
|
||||
const apiUrl = `https://returnyoutubedislikeapi.com/votes?videoId=${videoId}`;
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue