mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:38:26 +01:00
add thingy lol
This commit is contained in:
parent
4a1f61a8f2
commit
e67b2e25f3
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,7 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
const json = fetching.video.Player;
|
const json = fetching.video.Player;
|
||||||
const engagement = fetching.engagement;
|
const engagement = fetching.engagement;
|
||||||
|
|
||||||
|
/*
|
||||||
renderTemplate(res, req, "download.ejs", {
|
renderTemplate(res, req, "download.ejs", {
|
||||||
engagement: engagement,
|
engagement: engagement,
|
||||||
k: k,
|
k: k,
|
||||||
|
@ -54,6 +55,9 @@ module.exports = function (app, config, renderTemplate) {
|
||||||
.getColors(`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`)
|
.getColors(`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`)
|
||||||
.then((colors) => colors[0].hex()),
|
.then((colors) => colors[0].hex()),
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
|
res.send("download page is broken rn - will be fixed soon !!!!!!! sorry for the inco")
|
||||||
} catch {
|
} catch {
|
||||||
res.redirect("/");
|
res.redirect("/");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue