mirror of
https://codeberg.org/ashley/poke
synced 2026-04-08 23:47:59 +00:00
fix download pages
This commit is contained in:
@@ -81,7 +81,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
var q = "18";
|
var q = "18";
|
||||||
if (req.query.q) q = req.query.q;
|
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);
|
res.redirect(url);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user