cbc

package
v1.52.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2022 License: OSL-3.0 Imports: 7 Imported by: 2

README

CBC

Android client

https://play.google.com/store/apps/details?id=ca.cbc.android.cbctv

Install system certificate.

How to create account?

Use Android client

How to get X-Forwarded-For?

Based on this:

https://github.com/firehol/blocklist-ipsets/blob/master/geolite2_country/country_ca.netset

The largest Canada block is:

99.224.0.0/11

How to get apiKey?

JADX:

sources\vd\g.java
private static final String loginRadiusProdKey =
"3f4beddd-2061-49b0-ae80-6f1f2ed65b37";

https://github.com/skylot/jadx

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LogLevel format.LogLevel

Functions

This section is empty.

Types

type Asset

type Asset struct {
	ID          string
	PlaySession struct {
		MediaID string
		URL     string
	}
}

func NewAsset

func NewAsset(addr string) (*Asset, error)

type Login

type Login struct {
	Access_Token string
	Expires_In   string
}

func NewLogin

func NewLogin(email, password string) (*Login, error)

func (Login) WebToken

func (l Login) WebToken() (*WebToken, error)

type Media

type Media struct {
	Message string
	URL     string
}

type OverTheTop

type OverTheTop struct {
	AccessToken string
}

func (OverTheTop) Profile

func (o OverTheTop) Profile() (*Profile, error)

type Profile

type Profile struct {
	Tier        string
	ClaimsToken string
}

func (Profile) Media

func (p Profile) Media(asset *Asset) (*Media, error)

type WebToken

type WebToken struct {
	Signature string
}

func (WebToken) OverTheTop

func (w WebToken) OverTheTop() (*OverTheTop, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL