import "41.neocities.org/media/binge"
type Auth struct { AccessToken string `json:"access_token"` ErrorDescription string `json:"error_description"` IdToken string `json:"id_token"` RefreshToken string `json:"refresh_token"` }
func (a *Auth) Token() (Byte[TokenService], error)
SEGMENTS ARE GEO BLOCK WITH ALL PROVIDER
type Stream struct { LicenseAcquisitionUrl struct { ComWidevineAlpha string `json:"com.widevine.alpha"` } Manifest string // MPD Provider string StreamingFormat string }
func (t *TokenService) Unmarshal(data Byte[TokenService]) error