(videoId: Video.VideoId)
| 19 | const formatDateTime = (date: Date) => |
| 20 | date.toISOString().slice(0, 19).replace("T", " "); |
| 21 | const buildPathname = (videoId: Video.VideoId) => `/s/${videoId}`; |
| 22 | const SCREENSHOT_OBJECT_KEY_SUFFIXES = [ |
| 23 | "screenshot/screen-capture.png", |
| 24 | "screenshot/screen-capture.jpg", |