mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
fix download page :p
This commit is contained in:
parent
e9cc5d4d48
commit
6b15df1206
@ -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 New Issue
Block a user