Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
func (*Address) ClassificationId ¶
type GizmoContent ¶ added in v1.10.0
type GizmoContent struct { ViewOptions struct { Private struct { Streams []struct { AudioLanguages []struct { Id string } `json:"audio_languages"` } } } `json:"view_options"` Id string Type string }
func (*GizmoContent) Fhd ¶ added in v1.10.0
func (g *GizmoContent) Fhd(classification_id int, language string) *OnDemand
func (*GizmoContent) Hd ¶ added in v1.10.0
func (g *GizmoContent) Hd(classification_id int, language string) *OnDemand
func (*GizmoContent) String ¶ added in v1.10.0
func (g *GizmoContent) String() string
type GizmoSeason ¶ added in v1.10.0
type GizmoSeason struct {
Episodes []GizmoContent
}
func (GizmoSeason) Content ¶ added in v1.10.0
func (g GizmoSeason) Content(web *Address) (*GizmoContent, bool)
type OnDemand ¶
type OnDemand struct { AudioLanguage string `json:"audio_language"` AudioQuality string `json:"audio_quality"` ClassificationId int `json:"classification_id"` ContentId string `json:"content_id"` ContentType string `json:"content_type"` DeviceIdentifier string `json:"device_identifier"` DeviceSerial string `json:"device_serial"` DeviceStreamVideoQuality string `json:"device_stream_video_quality"` Player string `json:"player"` SubtitleLanguage string `json:"subtitle_language"` VideoType string `json:"video_type"` }
func (*OnDemand) Streamings ¶ added in v1.10.0
func (o *OnDemand) Streamings() (*StreamInfo, error)
hard geo block
Click to show internal directories.
Click to hide internal directories.