README ¶ NBC Android client com.nbcuni.nbc https://github.com/httptoolkit/frida-android-unpinning How to get mpxAccountId? https://nbcapp.nbc.co/config/android/player/v10/prod/mobile.json How to get persistedQuery? https://nbc.com How to get secretKey? https://nbcapp.nbc.co/config/android/player/v10/prod/mobile.json Why am I not getting 720p? It seems new locked episodes dont offer HD anymore. Once they are unlocked (usually after one week), HD is available. Why does this exist? January 28 2022. I use the site myself. https://nbc.com/saturday-night-live/video/december-18-paul-rudd/9000199366 Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ github.com/89z Index ¶ Variables type AccessVOD func NewAccessVOD(guid int64) (*AccessVOD, error) type Video func NewVideo(guid int64) (*Video, error) func (v Video) Base() string Constants ¶ This section is empty. Variables ¶ View Source var ( LogLevel format.LogLevel ) Functions ¶ This section is empty. Types ¶ type AccessVOD ¶ type AccessVOD struct { ManifestPath string // this is only valid for one minute } func NewAccessVOD ¶ func NewAccessVOD(guid int64) (*AccessVOD, error) type Video ¶ type Video struct { Data struct { BonanzaPage struct { Analytics struct { ConvivaAssetName string } } } } func NewVideo ¶ func NewVideo(guid int64) (*Video, error) func (Video) Base ¶ added in v1.49.2 func (v Video) Base() string Source Files ¶ View all Source files nbc.go Click to show internal directories. Click to hide internal directories.