mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 13:43:45 +00:00
add hash for ryd
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user