diff --git a/timeline.go b/timeline.go index cdeddae..c91aae5 100644 --- a/timeline.go +++ b/timeline.go @@ -218,6 +218,7 @@ func (timeline *timeline) parseTweet(id string) *Tweet { } } + tw.Photos = append(tw.Photos, video.Preview) tw.Videos = append(tw.Videos, video) }