mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:38:25 +01:00
yes
This commit is contained in:
parent
772a76aa27
commit
b8131740eb
1 changed files with 4 additions and 1 deletions
|
@ -123,7 +123,10 @@ app.get("/download", async function (req, res) {
|
|||
engagement: engagement,
|
||||
k: k,
|
||||
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()),
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue