Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrossSite ¶ added in v1.7.7
type CrossSite struct {
// contains filtered or unexported fields
}
type HomeScreen ¶ added in v1.7.7
type HomeScreen struct { EpisodeNumber int `json:",string"` ReleaseDate string // 2007-01-01T000000Z SeasonNumber int `json:",string"` Series *struct { Title string } Title string ViewOptions []struct { Media struct { Videos []MediaVideo } } }
func (HomeScreen) DASH ¶ added in v1.7.7
func (h HomeScreen) DASH() (*MediaVideo, bool)
func (*HomeScreen) New ¶ added in v1.7.7
func (h *HomeScreen) New(id string) error
type MediaVideo ¶ added in v1.7.7
type Namer ¶ added in v1.8.3
type Namer struct {
H HomeScreen
}
type Playback ¶
type Playback struct { DRM struct { Widevine struct { LicenseServer string } } }
func (Playback) RequestHeader ¶ added in v1.7.7
func (Playback) RequestUrl ¶ added in v1.7.7
func (Playback) UnwrapResponse ¶ added in v1.8.9
Click to show internal directories.
Click to hide internal directories.