1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-18 13:23:29 -05:00

Update src/libpoketube/libpoketube-dislikes.js

This commit is contained in:
ashley 2024-12-05 20:25:55 +00:00
parent 1ff9b80fdd
commit a9339ff5ae

View file

@ -41,7 +41,7 @@ class PokeTubeDislikesAPIManager {
* @private
*/
async _getEngagementData() {
const apiUrl = `https://ryd-proxy.kavin.rocks/votes/${this.videoId}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
const apiUrl = `https://ryd.ggtyler.dev//votes/${this.videoId}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
const { fetch } = await import("undici");