this should have been in previous commit
This commit is contained in:
parent
d8d04c5acc
commit
3893dda640
@ -73,9 +73,9 @@ func create_stable_tweet() scraper.Tweet {
|
||||
NumRetweets: 10,
|
||||
NumReplies: 10,
|
||||
NumQuoteTweets: 10,
|
||||
Videos: []scraper.Video{},
|
||||
Videos: []scraper.Video{{ID: scraper.VideoID(1), TweetID: tweet_id, Filename: "asdf", IsDownloaded: false}},
|
||||
Urls: []string{},
|
||||
Images: []scraper.Image{},
|
||||
Images: []scraper.Image{{ID: scraper.ImageID(1), TweetID: tweet_id, Filename: "asdf", IsDownloaded: false}},
|
||||
Mentions: []scraper.UserHandle{},
|
||||
Hashtags: []string{},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user