Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoveryTitle ¶
type DiscoveryTitle struct { LatestAvailableVersion struct { PlaylistUrl string } Brand *struct { Title string } EpisodeNumber int ProductionYear int SeriesNumber int Title string }
func (*DiscoveryTitle) Playlist ¶
func (d *DiscoveryTitle) Playlist() (*Playlist, error)
hard geo block
type Href ¶ added in v1.9.9
type Href struct {
Data string
}
func (*Href) UnmarshalText ¶ added in v1.9.9
type LegacyId ¶
type LegacyId [3]string
func (LegacyId) Discovery ¶
func (i LegacyId) Discovery() (*DiscoveryTitle, error)
type Namer ¶
type Namer struct {
Discovery *DiscoveryTitle
}
Click to show internal directories.
Click to hide internal directories.