1
Fork 0

fix download page :p

This commit is contained in:
Ashley 2022-12-15 16:20:03 +00:00
parent ac7771abd2
commit 54e7702614

View file

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