import "41.neocities.org/media/amc"
type Auth struct { Data struct { AccessToken string `json:"access_token"` RefreshToken string `json:"refresh_token"` } }
type Playback struct { Header http.Header Body struct { Data struct { PlaybackJsonData struct { Sources []Source } } } }
type Source struct { KeySystems *struct { Widevine struct { LicenseUrl string `json:"license_url"` } `json:"com.widevine.alpha"` } `json:"key_systems"` Src string // MPD Type string }