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 ¶ added in v1.10.7
type AssetError struct {
DeveloperMessage string `json:"developer_message"`
UserMessage string `json:"user_message"`
}
func (*AssetError) Error ¶ added in v1.10.7
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 ¶ added in v1.10.7
func (l *Login) ProgramView(media *MediaId) (*ProgramView, error)
type ProgramView ¶ added in v1.10.7
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.