max

package
v1.9.7 Latest Latest
Warning

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

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

README

max.com

  1. auth.max.com/product
  2. with ads
  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 Address

type Address struct {
	EditId  string
	VideoId string
}

func (*Address) MarshalText

func (a *Address) MarshalText() ([]byte, error)

func (*Address) UnmarshalText

func (a *Address) UnmarshalText(text []byte) error

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 Address
		}
	}
	Included []RouteInclude
}

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 {
	Session Value[SessionState]
	Token   Value[string]
}

func (*DefaultToken) Login

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

func (*DefaultToken) New

func (d *DefaultToken) New() error

func (*DefaultToken) Playback

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

func (*DefaultToken) Routes

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

func (*DefaultToken) Unmarshal

func (d *DefaultToken) Unmarshal() error

type Manifest

type Manifest struct {
	Url string
}

func (*Manifest) UnmarshalText

func (m *Manifest) UnmarshalText(text []byte) error

type Playback

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

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 RouteInclude

type RouteInclude struct {
	Attributes struct {
		AirDate       time.Time
		Name          string
		EpisodeNumber int
		SeasonNumber  int
	}
	Id            string
	Relationships *struct {
		Show *struct {
			Data struct {
				Id string
			}
		}
	}
}

type SessionState

type SessionState map[string]string

func (SessionState) Delete

func (s SessionState) Delete()

func (SessionState) Set

func (s SessionState) Set(text string) error

func (SessionState) String

func (s SessionState) String() string

type Value

type Value[T any] struct {
	Value T
	Raw   []byte
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳