1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 10:54:39 -05:00

fix download page :p

This commit is contained in:
Ashley 2022-12-15 16:16:08 +00:00
parent eb4a0fe945
commit e9cc5d4d48

View file

@ -93,7 +93,7 @@ module.exports = function (app, config, renderTemplate) {
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);
});