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 * @private
*/ */
async _getEngagementData() { 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 fallbackUrl = `https://returnyoutubedislikeapi.com/votes?videoId=${this.videoId}`;
const { fetch } = await import("undici"); const { fetch } = await import("undici");