import "41.neocities.org/media/paramount"
type AppSecret string
const ComCbsApp AppSecret = "4fb47ec1f5c17caa"
15.0.52
const ComCbsCa AppSecret = "e55edaeb8451f737"
func (a AppSecret) At() (At, error)
type At string
func (a At) Item(cid string) (*Item, error)
func (a At) Session(content_id string) (*Session, error)
type Item struct { AssetType string CmsAccountId string ContentId string }
func (i *Item) Mpd() (*http.Response, error)
type Session struct { LsSession string `json:"ls_session"` Url string }
func (s *Session) Widevine(data []byte) ([]byte, error)
paramount.go