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 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);
}); });