mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 18:17:49 +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 engagement = fetching.engagement;
|
||||
|
||||
/*
|
||||
renderTemplate(res, req, "download.ejs", {
|
||||
engagement: engagement,
|
||||
k: k,
|
||||
|
@ -54,6 +55,9 @@ module.exports = function (app, config, renderTemplate) {
|
|||
.getColors(`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`)
|
||||
.then((colors) => colors[0].hex()),
|
||||
});
|
||||
*/
|
||||
|
||||
res.send("download page is broken rn - will be fixed soon !!!!!!! sorry for the inco")
|
||||
} catch {
|
||||
res.redirect("/");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue