mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:58:12 +01:00
Update server.js
This commit is contained in:
parent
4187f9b1e6
commit
711dc09c09
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ app.get("/download", async function (req, res) {
|
|||
engagement: engagement,
|
||||
k: k,
|
||||
video: json,
|
||||
date: moment(k.Video.uploadDate).format("LL"),
|
||||
date: k.Video.uploadDate,
|
||||
color: await getColors(
|
||||
`https://i.ytimg.com/vi/${v}/maxresdefault.jpg`
|
||||
).then((colors) => colors[0].hex()),
|
||||
|
|
Loading…
Reference in a new issue