Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Playlist ¶
type Playlist struct {
DashPrServer string `json:"dash_pr_server"`
WvServer string `json:"wv_server"`
Message string
StreamUrl string `json:"stream_url"` // MPD
}
type Session ¶ added in v1.10.6
type Session struct {
DeviceToken string `json:"device_token"`
UserToken string `json:"user_token"`
}
func (*Session) Playlist ¶ added in v1.10.6
1080p (FHD) L3, SL2000 1440p (QHD) L1, SL3000 2160p (UHD) L1, SL3000
func (*Session) Unmarshal ¶ added in v1.10.6
func (s *Session) Unmarshal(data SessionData) error
type SessionData ¶ added in v1.10.6
type SessionData []byte
func FetchSession ¶ added in v1.10.6
func FetchSession(email, password string) (SessionData, error)
Click to show internal directories.
Click to hide internal directories.