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

add hash for ryd

This commit is contained in:
Ashley 2023-09-27 18:49:34 +00:00
parent d987e54278
commit 1154824a21

View file

@ -49,7 +49,7 @@ class PokeTubeAPI {
* @private
*/
async _getEngagementData() {
const apiUrl = `${DISLIKE_API}${this.videoId}`;
const apiUrl = `${DISLIKE_API}${this.videoId}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
const fallbackUrl = `https://returnyoutubedislikeapi.com/votes?videoId=${this.videoId}`;
const { fetch } = await import("undici");