Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorCollector ¶
type ErrorCollector struct {
Errors []error
// contains filtered or unexported fields
}
func (*ErrorCollector) Add ¶
func (c *ErrorCollector) Add(err error)
type IMDB ¶
func (*IMDB) DownloadPosters ¶
func (db *IMDB) DownloadPosters(movieList []string, targetDir string, progress webget.ProgressHandler)
func (*IMDB) FindPosters ¶
type PosterCollector ¶
type PosterCollector struct {
Posters []*Poster
// contains filtered or unexported fields
}
func (*PosterCollector) Add ¶
func (c *PosterCollector) Add(poster *Poster)
type PosterProgress ¶
type PosterProgress struct {
Verbose bool
}
func (PosterProgress) Done ¶
func (p PosterProgress) Done(sourceURL string)
func (PosterProgress) Start ¶
func (p PosterProgress) Start(sourceURL string)
Click to show internal directories.
Click to hide internal directories.