max

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 License: OSL-3.0 Imports: 6 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
details[8] = 0 USD
details[13][1][4] = 4.12.0.64
details[13][1][16] = Oct 11, 2024
details[13][1][17] = APK APK APK APK
details[13][1][82][1][1] = 5.0 and up
details[15][18] = https://www.max.com/privacy
downloads = 80.50 million
name = Max: Stream HBO, TV, & Movies
size = 112.78 megabyte
version code = 35352971

above is wrong, needs to be at least Android 7. install system certificate

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoltToken added in v1.9.8

type BoltToken struct {
	St string
}

func (*BoltToken) Initiate added in v1.9.8

func (b *BoltToken) Initiate() (*LinkInitiate, error)

func (*BoltToken) New added in v1.9.8

func (b *BoltToken) New() error

type LinkInitiate added in v1.9.8

type LinkInitiate struct {
	Data struct {
		Attributes struct {
			LinkingCode string
			TargetUrl   string
		}
	}
}

type LinkLogin added in v1.9.8

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

func (LinkLogin) Marshal added in v1.9.9

func (LinkLogin) Marshal(token *BoltToken) ([]byte, error)

you must /authentication/linkDevice/initiate first or this will always fail

func (*LinkLogin) Playback added in v1.9.8

func (v *LinkLogin) Playback(watch *WatchUrl) (*Playback, error)

func (*LinkLogin) Unmarshal added in v1.9.8

func (v *LinkLogin) Unmarshal(data []byte) error

type Playback

type Playback struct {
	Drm struct {
		Schemes struct {
			Widevine struct {
				LicenseUrl string
			}
		}
	}
	Errors []struct {
		Message string
	}
	Fallback struct {
		Manifest struct {
			Url Url
		}
	}
}

func (*Playback) Wrap added in v1.9.9

func (p *Playback) Wrap(data []byte) ([]byte, error)

type Url added in v1.9.9

type Url struct {
	String string
}

func (*Url) UnmarshalText added in v1.9.9

func (f *Url) UnmarshalText(data []byte) error

type WatchUrl added in v1.10.0

type WatchUrl struct {
	EditId  string
	VideoId string
}

func (*WatchUrl) MarshalText added in v1.10.0

func (w *WatchUrl) MarshalText() ([]byte, error)

func (*WatchUrl) UnmarshalText added in v1.10.0

func (w *WatchUrl) UnmarshalText(data []byte) error

Jump to

Keyboard shortcuts

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