1
Fork 0

add this lol

This commit is contained in:
ashley 2024-09-16 19:40:16 +00:00
parent 50eaf51c5f
commit db26363c95

View file

@ -314,6 +314,12 @@ module.exports = function (app, config, renderTemplate) {
if (req.useragent.source.includes("Nintendo WiiU"))
res.redirect("/lite?v=" + req.query.v);
if(!inv_vid.allowedRegions.includes("US") && !inv_vid.allowedRegions.includes("PL")) {
renderTemplate(res, req, "video-error.ejs", {
v,
err_reason:""
});
}
if (req.query.from === "short") var shortsui = true;