8 lines
101 B
Go
Raw Normal View History

package scraper
type Video struct {
TweetID TweetID
Filename string
IsDownloaded bool
}