Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidArgument = errors.New("eztv: invalid argument") ErrMissingShowImdbID = errors.New("eztv: missing show imdb id") ErrInvalidShowEpisode = errors.New("eztv: missing show episode number") )
Eztv errors
Functions ¶
This section is empty.
Types ¶
type Eztv ¶
type Eztv struct {
ExcludeTorrentsContaining []string `yaml:"exclude_torrents_containing"`
}
Eztv is a source for show episode torrents
func (*Eztv) GetTorrents ¶
GetTorrents implements the Torrenter interface
func (*Eztv) SearchTorrents ¶
SearchTorrents implements the Torrenter interface
Click to show internal directories.
Click to hide internal directories.