mirror of
https://codeberg.org/ashley/poke
synced 2026-04-09 07:07:58 +00:00
yes
This commit is contained in:
@@ -123,7 +123,10 @@ app.get("/download", async function (req, res) {
|
|||||||
engagement: engagement,
|
engagement: engagement,
|
||||||
k: k,
|
k: k,
|
||||||
video: json,
|
video: json,
|
||||||
date: moment(k.Video.uploadDate).format("LL")
|
date: moment(k.Video.uploadDate).format("LL"),
|
||||||
|
color: await getColors(
|
||||||
|
`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`
|
||||||
|
).then((colors) => colors[0].hex()),
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user