mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:18:26 +01:00
fix download page :p
This commit is contained in:
parent
eb4a0fe945
commit
e9cc5d4d48
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
|
|
||||||
const json = fetching.video.Player;
|
const json = fetching.video.Player;
|
||||||
|
|
||||||
const url = `https://tube.kuylar.dev/proxy/download/${v}/${q}/${json.Title}.${format}`;
|
const url = `https://tube.kuylar.dev/proxy/media/${v}/${q}/${json.Title}.${format}`;
|
||||||
|
|
||||||
res.redirect(url);
|
res.redirect(url);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue