import "41.neocities.org/media/nbc"
func Widevine(data []byte) ([]byte, error)
type Metadata struct { MpxAccountId int64 `json:",string"` MpxGuid int64 `json:",string"` ProgrammingType string }
func (m *Metadata) New(guid int) error
func (m *Metadata) Vod() (*Vod, error)
type Vod struct { PlaybackUrl string // MPD }
nbc.go