aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/parseScheduleHtml.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/parseScheduleHtml.ts b/src/parseScheduleHtml.ts
index 728991b..3321475 100644
--- a/src/parseScheduleHtml.ts
+++ b/src/parseScheduleHtml.ts
@@ -15,7 +15,9 @@ function dataFromAThumbnail(thumb: Element) {
)
const avatarImages = images.filter((src) => src.startsWith('https://yt3.ggpht.com'))
- const livePreviewImage = images.find(src => src.startsWith('https://img.youtube.com/')) || ''
+ const livePreviewImage = images.find(src => src.startsWith('https://img.youtube.com/')) ||
+ images.find(src => src.startsWith('https://schedule-static.hololive.tv/image/')) ||
+ ''
return {
time,