stan

package
v1.8.1 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: OSL-3.0 Imports: 7 Imported by: 0

README

stan

> play -a au.com.stan.and -s
downloads = 11.17 million
files = APK
name = Stan.
offered by = Stan Entertainment Pty Ltd
price = 0 USD
requires = 5.0 and up
size = 26.92 megabyte (26915531)
updated on = Feb 5, 2024
version code = 50929
version name = 4.31.1

Create Android 6 device. Install user certificate.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivationCode

type ActivationCode struct {
	Data []byte
	V    struct {
		Code string
		URL  string
	}
}

func (*ActivationCode) New

func (a *ActivationCode) New() error

func (ActivationCode) String

func (a ActivationCode) String() string

func (ActivationCode) Token

func (a ActivationCode) Token() (*WebToken, error)

func (*ActivationCode) Unmarshal

func (a *ActivationCode) Unmarshal() error

type AppSession

type AppSession struct {
	JwToken string
}

func (AppSession) Stream

func (a AppSession) Stream(id int64) (*ProgramStream, error)

type LegacyProgram

type LegacyProgram struct {
	V struct {
		ReleaseYear           int
		SeriesTitle           string
		Title                 string
		TvSeasonEpisodeNumber int
		TvSeasonNumber        int
	}
}

func (LegacyProgram) Episode

func (p LegacyProgram) Episode() int

func (*LegacyProgram) New

func (p *LegacyProgram) New(id int64) error

func (LegacyProgram) Season

func (p LegacyProgram) Season() int

func (LegacyProgram) Show

func (p LegacyProgram) Show() string

func (LegacyProgram) Title

func (p LegacyProgram) Title() string

func (LegacyProgram) Year

func (p LegacyProgram) Year() int

type ProgramStream

type ProgramStream struct {
	Media struct {
		DRM *struct {
			CustomData string
			KeyId      string
		}
		VideoUrl string
	}
}

func (ProgramStream) RequestBody

func (ProgramStream) RequestBody(b []byte) ([]byte, error)

func (ProgramStream) RequestHeader

func (p ProgramStream) RequestHeader() (http.Header, error)

func (ProgramStream) RequestUrl

func (ProgramStream) RequestUrl() (string, bool)

final slash is needed

func (ProgramStream) ResponseBody

func (ProgramStream) ResponseBody(b []byte) ([]byte, error)

func (ProgramStream) StanVideo

func (p ProgramStream) StanVideo() (*url.URL, error)

`akamaized.net` geo blocks `aws.stan.video` is another option

type WebToken

type WebToken struct {
	Data []byte
	V    struct {
		JwToken   string
		ProfileId string
	}
}

func (WebToken) Session

func (w WebToken) Session() (*AppSession, error)

func (*WebToken) Unmarshal

func (w *WebToken) Unmarshal() error

Jump to

Keyboard shortcuts

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