mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 04:14:39 -05:00
Update src/libpoketube/libpoketube-dislikes.js
This commit is contained in:
parent
f218bca9b4
commit
1c4f183e12
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class PokeTubeDislikesAPIManager {
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
async _getEngagementData() {
|
async _getEngagementData() {
|
||||||
const fallbackUrl = `https://p.poketube.fun/api?v=${this.videoId}`;
|
const fallbackUrl = `https://p.poketube.fun/ryd?v=${this.videoId}`;
|
||||||
|
|
||||||
const { fetch } = await import("undici");
|
const { fetch } = await import("undici");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue