import "41.neocities.org/media/rakuten"
func (a *Address) Movie() (*GizmoMovie, error)
func (GizmoMovie) Episode() int
func (GizmoMovie) Season() int
func (GizmoMovie) Show() string
func (g *GizmoMovie) Title() string
func (g *GizmoMovie) Year() int
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 (o *OnDemand) Info() (*StreamInfo, error)
geo block
type StreamInfo struct { LicenseUrl string `json:"license_url"` Url string VideoQuality string `json:"video_quality"` }
func (StreamInfo) RequestHeader() (http.Header, error)
github.com/mitmproxy/mitmproxy/blob/main/mitmproxy/contentviews/protobuf.py
func (s *StreamInfo) RequestUrl() (string, bool)
func (StreamInfo) UnwrapResponse(b []byte) ([]byte, error)
func (StreamInfo) WrapRequest(b []byte) ([]byte, error)