Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
func (*Address) ClassificationId ¶
github.com/pandvan/rakuten-m3u-generator/blob/master/rakuten.py
type Content ¶ added in v1.10.1
type Content struct {
ViewOptions struct {
Private struct {
Streams []struct {
AudioLanguages []struct {
Id string
} `json:"audio_languages"`
}
}
} `json:"view_options"`
Id string
Type string
}
func (*Content) Streamings ¶ added in v1.10.1
func (c *Content) Streamings() Streamings
type StreamInfo ¶
type Streamings ¶ added in v1.10.1
type Streamings 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 (*Streamings) Fhd ¶ added in v1.10.1
func (s *Streamings) Fhd()
func (*Streamings) Hd ¶ added in v1.10.1
func (s *Streamings) Hd()
func (*Streamings) Info ¶ added in v1.10.1
func (s *Streamings) Info( audio_language string, classification_id int, ) (*StreamInfo, error)
hard geo block
Click to show internal directories.
Click to hide internal directories.