1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 02:14:39 -05:00

remove unneeded stuff :3

This commit is contained in:
ashley 2024-08-28 17:28:43 +00:00
parent 8d3e3ff5fc
commit 513e028a73

View file

@ -42,7 +42,6 @@ class PokeTubeDislikesAPIManager {
*/
async _getEngagementData() {
const apiUrl = `https://ryd-proxy.kavin.rocks/votes/${this.videoId}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
const fallbackUrl = `https://returnyoutubedislikeapi.com/votes?videoId=${this.videoId}`;
const { fetch } = await import("undici");