Documentation
¶
Overview ¶
github.com/89z
github.com/89z
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogLevel format.LogLevel
Functions ¶
Types ¶
type Asset ¶
type Asset struct {
AppleContentID string
Series string
Title string
AirDate int64
Duration int64
PlaySession struct {
URL string
}
}
func (Asset) GetDuration ¶ added in v1.52.4
type OverTheTop ¶
type OverTheTop struct {
AccessToken string
}
func (OverTheTop) Profile ¶
func (o OverTheTop) Profile() (*Profile, error)
type Profile ¶
func OpenProfile ¶ added in v1.52.4
type WebToken ¶
type WebToken struct {
Signature string
}
func (WebToken) OverTheTop ¶
func (w WebToken) OverTheTop() (*OverTheTop, error)
Click to show internal directories.
Click to hide internal directories.