1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 04:34:38 -05:00

fix download page :p

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

View file

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