Skip to content

Commit

Permalink
Update douyinData types.go (#1299)
Browse files Browse the repository at this point in the history
* Update types.go

"https://v.douyin.com/i8rV35QW/"  Interval 不一定都是int

* fix code format

---------

Co-authored-by: Xinzhao Xu <[email protected]>
  • Loading branch information
hondajojo and iawia002 committed Dec 27, 2023
1 parent 154292b commit 3d3f2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractors/douyin/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3d3f2a0

Please sign in to comment.