mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
:3
This commit is contained in:
parent
bb913997b8
commit
9368d501c3
@ -96,7 +96,7 @@ class PokeTubeCore {
|
|||||||
const { json, video } = videoData;
|
const { json, video } = videoData;
|
||||||
|
|
||||||
const channel_uploads = await fetch(
|
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());
|
const p = this.getJson(await channel_uploads.text());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user