mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
use alt lol
This commit is contained in:
parent
0c69ad0818
commit
3995e38795
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue