mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
Update server.js
This commit is contained in:
parent
1db878c746
commit
89275b666c
@ -123,7 +123,7 @@ 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: k.Video.uploadDate,
|
||||||
color: await getColors(
|
color: await getColors(
|
||||||
`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`
|
`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`
|
||||||
).then((colors) => colors[0].hex()),
|
).then((colors) => colors[0].hex()),
|
||||||
|
Loading…
Reference in New Issue
Block a user