Documentation ¶
Index ¶
- type Gulli
- func (p *Gulli) GetShowFileName(s *providers.Show) string
- func (Gulli) GetShowFileNameMatcher(s *providers.Show) string
- func (p *Gulli) GetShowInfo(s *providers.Show) error
- func (p *Gulli) GetShowStreamURL(s *providers.Show) (string, error)
- func (p Gulli) Name() string
- func (p *Gulli) SetDebug(b bool)
- func (p *Gulli) Shows(mm []*providers.MatchRequest) chan *providers.Show
- type ShowEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gulli ¶
type Gulli struct {
// contains filtered or unexported fields
}
Gulli provider gives access to Gulli catchup tv
func (*Gulli) GetShowFileName ¶
GetShowFileName return a file name with a path that is compatible with PLEX server:
ShowName/Season NN/ShowName - sNNeMM - Episode title Show and Episode names are sanitized to avoid problem when saving on the file system
func (Gulli) GetShowFileNameMatcher ¶
GetShowFileNameMatcher return a file pattern of this show used for detecting already got episode even when episode or season is different
func (*Gulli) GetShowInfo ¶
GetShowInfo gather show information from dedicated web page. It load the html page of the show to extract availability date used as airdate and production year as season
func (*Gulli) GetShowStreamURL ¶
GetShowStreamURL return the show's URL, a mp4 file
Click to show internal directories.
Click to hide internal directories.