From 3d3f2a0fe8e4753adb347084f8ffb23495910dab Mon Sep 17 00:00:00 2001 From: maijver Date: Wed, 27 Dec 2023 10:05:20 +0800 Subject: [PATCH] Update douyinData types.go (#1299) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update types.go "https://v.douyin.com/i8rV35QW/" Interval 不一定都是int * fix code format --------- Co-authored-by: Xinzhao Xu --- extractors/douyin/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractors/douyin/types.go b/extractors/douyin/types.go index b3433bac3..a77763e1f 100644 --- a/extractors/douyin/types.go +++ b/extractors/douyin/types.go @@ -395,7 +395,7 @@ type douyinData struct { ImgXSize int `json:"img_x_size"` ImgYLen int `json:"img_y_len"` ImgYSize int `json:"img_y_size"` - Interval int `json:"interval"` + Interval float64 `json:"interval"` URI string `json:"uri"` } `json:"big_thumbs"` BitRate []struct {