mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
mb lmao
This commit is contained in:
parent
0cc9bd398b
commit
57d5bb171e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user