mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 10:53:44 +00:00
use alt lol
This commit is contained in:
@@ -96,7 +96,7 @@ class InnerTubePokeVidious {
|
||||
const { json, video } = videoData;
|
||||
|
||||
const channel_uploads = await fetch(
|
||||
`${this.config.invapi}/channels/${vid.authorId}?hl=${contentlang}®ion=${contentregion}`
|
||||
`${this.config.invapi_alt}/channels/${vid.authorId}?hl=${contentlang}®ion=${contentregion}`
|
||||
);
|
||||
const p = this.getJson(await channel_uploads.text());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user