add channel uploads lol

This commit is contained in:
Ashley //// 2024-02-01 11:30:51 +00:00
parent 690267d605
commit 1d2d6d9643

View file

@ -200,6 +200,7 @@ module.exports = function (app, config, renderTemplate) {
core.video(v, contentlang, contentregion).then((data) => {
try {
const k = data?.video;
const channel_uploads = data?.channel_uploads
const json = data?.json;
const engagement = data?.engagement;
const inv_comments = data?.comments || "Disabled";
@ -211,6 +212,7 @@ module.exports = function (app, config, renderTemplate) {
d = desc.toString().replace(/\n/g, " <br> ");
}
const descriptionString = String(inv_vid?.description);
function extractInfo(regex) {
@ -226,11 +228,13 @@ module.exports = function (app, config, renderTemplate) {
const reddit = extractInfo(REDDIT_REGEX);
const instagram = extractInfo(INSTAGRAM_REGEX);
var proxyurl = config.p_url;
var vidurl = u.url;
var isvidious = u.isInvidiousURL;
var mediaproxy = config.media_proxy
if (inv_vid?.genre === "Music") {
var vidurl = u.losslessurl;
}
@ -298,6 +302,7 @@ module.exports = function (app, config, renderTemplate) {
turntomins,
twitch,
reddit,
channel_uploads,
secure,
process,
isSchoolProxy,