use alt lol

This commit is contained in:
Ashley //// 2024-02-16 16:30:24 +00:00
parent 0c69ad0818
commit 3995e38795

View file

@ -96,7 +96,7 @@ class InnerTubePokeVidious {
const { json, video } = videoData;
const channel_uploads = await fetch(
`${this.config.invapi}/channels/${vid.authorId}?hl=${contentlang}&region=${contentregion}`
`${this.config.invapi_alt}/channels/${vid.authorId}?hl=${contentlang}&region=${contentregion}`
);
const p = this.getJson(await channel_uploads.text());