mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-07 13:53:00 -04:00
fix download pages
This commit is contained in:
parent
bb28ed0de6
commit
9ec1a3a718
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue