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
- https://apkmirror.com/apk/stan-entertainment-pty-ltd/stan
- https://play.google.com/store/apps/details?id=au.com.stan.and
Create Android 6 device. Install user certificate.
register
- https://stan.com.au?intent=register
- standard
- continue
- password
- first name
- last name
- day
- month
- year
- postcode
- card number
- need to use fresh card
- expiration
- CVC
- zip
- I agree to the terms
- start watching
Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BaseUrl = []string{
"023-stan.akamaized.net",
"666-stan.akamaized.net",
"aws.stan.video",
"gec.stan.video",
}
Functions ¶
This section is empty.
Types ¶
type ActivationCode ¶
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 { ReleaseYear int SeriesTitle string Title string TvSeasonEpisodeNumber int TvSeasonNumber int }
func (*LegacyProgram) New ¶
func (p *LegacyProgram) New(id int64) error
type Namer ¶ added in v1.8.3
type Namer struct {
P LegacyProgram
}
type ProgramStream ¶
type ProgramStream struct { Media struct { DRM *struct { CustomData string KeyId string } VideoUrl string } }
func (ProgramStream) BaseUrl ¶ added in v1.8.2
func (p ProgramStream) BaseUrl(host string) (*url.URL, 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) UnwrapResponse ¶ added in v1.8.9
func (ProgramStream) UnwrapResponse(b []byte) ([]byte, error)
func (ProgramStream) WrapRequest ¶ added in v1.8.9
func (ProgramStream) WrapRequest(b []byte) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.