diff --git a/material/material.go b/material/material.go index 5a5e95f..a887796 100644 --- a/material/material.go +++ b/material/material.go @@ -32,6 +32,7 @@ func NewMaterial(context *context.Context) *Material { type Article struct { Title string `json:"title"` ThumbMediaID string `json:"thumb_media_id"` + ThumbURL string `json:"thumb_url"` Author string `json:"author"` Digest string `json:"digest"` ShowCoverPic int `json:"show_cover_pic"`