mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
fix download page :p
This commit is contained in:
parent
cd1f676a12
commit
9a26c2a332
@ -57,11 +57,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
if (req.query.f) {
|
if (req.query.f) {
|
||||||
var format = "mp3";
|
var format = "mp3";
|
||||||
}
|
}
|
||||||
|
|
||||||
var fetching = await fetcher(v);
|
|
||||||
|
|
||||||
const json = fetching.video.Player;
|
|
||||||
|
|
||||||
const url = `https://tube.kuylar.dev/proxy/media/${v}/${q}`;
|
const url = `https://tube.kuylar.dev/proxy/media/${v}/${q}`;
|
||||||
|
|
||||||
res.redirect(url);
|
res.redirect(url);
|
||||||
|
Loading…
Reference in New Issue
Block a user