fix download page :p

This commit is contained in:
Ashley 2023-06-10 08:12:21 +00:00
parent cd1f676a12
commit 9a26c2a332

View file

@ -57,11 +57,7 @@ module.exports = function (app, config, renderTemplate) {
if (req.query.f) {
var format = "mp3";
}
var fetching = await fetcher(v);
const json = fetching.video.Player;
const url = `https://tube.kuylar.dev/proxy/media/${v}/${q}`;
res.redirect(url);