From 0a2f1d909aed3c807a30589aeca17f81c694dd37 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 4 Aug 2023 22:07:14 +0200 Subject: show view count and likes --- import/src/infojson.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'import/src/infojson.rs') diff --git a/import/src/infojson.rs b/import/src/infojson.rs index 0ed496c..d9d60ed 100644 --- a/import/src/infojson.rs +++ b/import/src/infojson.rs @@ -26,8 +26,8 @@ pub struct YVideo { pub playable_in_embed: bool, pub automatic_captions: HashMap>, pub comment_count: usize, - pub chapters: Vec, - pub heatmap: Vec, + pub chapters: Option>, + pub heatmap: Option>, pub like_count: usize, pub channel: String, pub channel_follower_count: usize, -- cgit v1.2.3-70-g09d2