Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct {
Drm struct {
Token string
}
Error *AssetError
Stream struct {
Url string // MPD
}
}
type AssetError ¶
type AssetError struct {
DeveloperMessage string `json:"developer_message"`
UserMessage string `json:"user_message"`
}
func (*AssetError) Error ¶
func (a *AssetError) Error() string
type Login ¶
type Login struct {
Auth struct {
AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
}
}
func (*Login) ProgramView ¶
func (l *Login) ProgramView(rosso *MediaId) (*ProgramView, error)
type ProgramView ¶
type ProgramView struct {
Program struct {
Actions struct {
Play *struct {
Url string // fapi.molotov.tv/v2/me/assets
}
}
}
}
Click to show internal directories.
Click to hide internal directories.