mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:08:38 +01:00
remove unneeded stuff :3
This commit is contained in:
parent
8d3e3ff5fc
commit
513e028a73
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue