fix download pages

This commit is contained in:
ashley 2025-05-27 01:47:57 +02:00
parent bb28ed0de6
commit 9ec1a3a718

View File

@ -81,7 +81,7 @@ module.exports = function (app, config, renderTemplate) {
var q = "18";
if (req.query.q) q = req.query.q;
const url = `${config.videourl}latest_version?id=${v}&itag=${q}&local=true`;
const url = `${config.videourl}/latest_version?id=${v}&itag=${q}&local=true`;
res.redirect(url);
});