import "41.neocities.org/media/criterion"
func (a *AuthToken) Files(item *EmbedItem) (VideoFiles, error)
type EmbedItem struct { Links struct { Files struct { Href string } } `json:"_links"` Metadata struct { YearReleased int `json:"year_released"` } Name string }
type VideoFile struct { DrmAuthorizationToken string `json:"drm_authorization_token"` Links struct { Source struct { Href string } } `json:"_links"` Method string }
func (v VideoFiles) Dash() (*VideoFile, bool)
func (*VideoFiles) DashError() error