mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:17:58 +01:00
fix download page :p
This commit is contained in:
parent
e9cc5d4d48
commit
6b15df1206
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/media/${v}/${q}/${json.Title}.${format}`;
|
const url = `https://tube.kuylar.dev/proxy/media/${v}/${q}`;
|
||||||
|
|
||||||
res.redirect(url);
|
res.redirect(url);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue