import "41.neocities.org/media/molotov"
https://www.molotov.tv/fr_fr/p/15082-531/la-vie-aquatique
type Asset struct { Stream struct { Url string // MPD } UpDrm struct { License struct { HttpHeaders map[string]string `json:"http_headers"` } } `json:"up_drm"` }
type Refresh struct { AccessToken string `json:"access_token"` RefreshToken string `json:"refresh_token"` }
authorization server issues a new refresh token, in which case the client MUST discard the old refresh token and replace it with the new refresh token