Versions in this module Expand all Collapse all v1 v1.9.8 Oct 27, 2024 v1.9.7 Oct 10, 2024 Changes in this version + type AuthToken struct + AccessToken string + Raw []byte + func (a *AuthToken) Files(item *EmbedItem) (VideoFiles, error) + func (a *AuthToken) New(username, password string) error + func (a *AuthToken) Unmarshal() error + func (a *AuthToken) Video(slug string) (*EmbedItem, error) + type EmbedItem struct + Links struct{ ... } + Metadata struct{ ... } + Name string + func (*EmbedItem) Episode() int + func (*EmbedItem) Season() int + func (*EmbedItem) Show() string + func (e *EmbedItem) Title() string + func (e *EmbedItem) Year() int + type VideoFile struct + DrmAuthorizationToken string + Links struct{ ... } + Method string + func (*VideoFile) RequestHeader() (http.Header, error) + func (*VideoFile) UnwrapResponse(b []byte) ([]byte, error) + func (*VideoFile) WrapRequest(b []byte) ([]byte, error) + func (v *VideoFile) RequestUrl() (string, bool) + type VideoFiles []VideoFile + func (*VideoFiles) DashError() error + func (v VideoFiles) Dash() (*VideoFile, bool)