add channel uploads

This commit is contained in:
Ashley //// 2024-02-01 11:29:49 +00:00
parent 5fb2584525
commit 690267d605

View file

@ -96,6 +96,11 @@ class PokeTubeCore {
const vid = await this.getJson(videoInfo); const vid = await this.getJson(videoInfo);
const { json, video } = videoData; const { json, video } = videoData;
const channel_uploads = await fetch(
`${this.config.invapi}/channels/${vid.authorId}?hl=${contentlang}&region=${contentregion}`
);
const p = this.getJson(await channel_uploads.text());
if (!vid) { if (!vid) {
console.log( console.log(
`Sorry nya, we couldn't find any information about that video qwq` `Sorry nya, we couldn't find any information about that video qwq`
@ -115,6 +120,7 @@ class PokeTubeCore {
video, video,
vid, vid,
comments, comments,
channel_uploads:p,
engagement: fe.engagement, engagement: fe.engagement,
wiki: "", wiki: "",
desc: "", desc: "",