README ¶ PBS https://github.com/ytdl-org/youtube-dl/issues/30205 APK com.pbs.video https://github.com/httptoolkit/frida-android-unpinning How to get X-PBS-PlatformVersion? https://github.com/89z/googleplay How to get password? https://github.com/mitmproxy/mitmproxy Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Slug(addr string) (string, error) type Asset func NewAsset(slug string) (*Asset, error) type AssetVideo type Duration func (d Duration) String() string type Video Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Slug ¶ added in v1.37.8 func Slug(addr string) (string, error) Types ¶ type Asset ¶ type Asset struct { Resource struct { Duration Duration MP4_Videos []AssetVideo Title string } } func NewAsset ¶ func NewAsset(slug string) (*Asset, error) type AssetVideo ¶ added in v1.37.9 type AssetVideo struct { Profile string URL string } type Duration ¶ added in v1.37.6 type Duration int64 func (Duration) String ¶ added in v1.37.6 func (d Duration) String() string type Video ¶ added in v1.37.6 type Video struct { Episodes []struct { Episode struct { Assets []struct { Object_Type string Slug string } } Slug string } } Source Files ¶ View all Source files pbs.go Click to show internal directories. Click to hide internal directories.