max

package
v1.9.6 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2024 License: OSL-3.0 Imports: 10 Imported by: 0

README

max.com

  1. auth.max.com/product
  2. ad-free
  3. continue
  4. email
  5. confirm email
  6. password
  7. first name
  8. last name
  9. create account
  10. debit card
  11. name on card
  12. card number
  13. expiration date
  14. security code
  15. zip code
  16. state
  17. pay now

android

https://play.google.com/store/apps/details?id=com.wbd.stream

> play -i com.wbd.stream -s
details[6] = WarnerMedia Global Digital Services, LLC
details[8] = 0 USD
details[13][1][4] = 4.1.1.2
details[13][1][16] = Jun 5, 2024
details[13][1][17] = APK
details[13][1][82][1][1] = 5.0 and up
downloads = 53.47 million
name = Max: Stream HBO, TV, & Movies
size = 37.77 megabyte
version code = 35342589

Create Android 6 device. Install user certificate

how to get arkose site key?

https://wbd-api.arkoselabs.com/v2/B0217B00-2CA4-41CC-925D-1EEB57BFFC2F/settings

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultLogin

type DefaultLogin struct {
	Credentials struct {
		Username string `json:"username"`
		Password string `json:"password"`
	} `json:"credentials"`
}

type DefaultRoutes

type DefaultRoutes struct {
	Data struct {
		Attributes struct {
			Url WebAddress
		}
	}
	Included []route_include
}

func (DefaultRoutes) Episode

func (d DefaultRoutes) Episode() int

func (DefaultRoutes) Season

func (d DefaultRoutes) Season() int

func (DefaultRoutes) Show

func (d DefaultRoutes) Show() string

func (DefaultRoutes) Title

func (d DefaultRoutes) Title() string

func (DefaultRoutes) Year

func (d DefaultRoutes) Year() int

type DefaultToken

type DefaultToken struct {
	Data struct {
		Attributes struct {
			Token string
		}
	}
}

func (*DefaultToken) Login

func (d *DefaultToken) Login(key PublicKey, login DefaultLogin) error

func (DefaultToken) Marshal

func (d DefaultToken) Marshal() ([]byte, error)

func (*DefaultToken) New

func (d *DefaultToken) New() error

func (DefaultToken) Playback

func (d DefaultToken) Playback(web WebAddress) (*Playback, error)

func (DefaultToken) Routes

func (d DefaultToken) Routes(web WebAddress) (*DefaultRoutes, error)

func (*DefaultToken) Unmarshal

func (d *DefaultToken) Unmarshal(text []byte) error

type Playback

type Playback struct {
	Drm struct {
		Schemes struct {
			Widevine struct {
				LicenseUrl string
			}
		}
	}
	Manifest struct {
		Url string
	}
}

func (Playback) RequestHeader

func (Playback) RequestHeader() (http.Header, error)

func (Playback) RequestUrl

func (p Playback) RequestUrl() (string, bool)

func (Playback) UnwrapResponse

func (Playback) UnwrapResponse(b []byte) ([]byte, error)

func (Playback) WrapRequest

func (Playback) WrapRequest(b []byte) ([]byte, error)

type PublicKey

type PublicKey struct {
	Token string
}

func (*PublicKey) New

func (p *PublicKey) New() error

type WebAddress

type WebAddress struct {
	VideoId string
	EditId  string
}

func (WebAddress) MarshalText

func (w WebAddress) MarshalText() ([]byte, error)

func (*WebAddress) UnmarshalText

func (w *WebAddress) UnmarshalText(text []byte) error

Jump to

Keyboard shortcuts

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