member

package
v1.9.5 Latest Latest
Warning

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

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

README

cine member

url = https://www.cinemember.nl/nl/films/american-hustle
monetization = FLATRATE
country = Netherlands

android

https://play.google.com/store/apps/details?id=nl.peoplesplayground.audienceplayer.cinemember

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArticleAsset

type ArticleAsset struct {
	ID         int
	LinkedType string `json:"linked_type"`
	// contains filtered or unexported fields
}

type ArticleSlug

type ArticleSlug string

func (ArticleSlug) Article

func (a ArticleSlug) Article() (*DataArticle, error)

func (ArticleSlug) String

func (a ArticleSlug) String() string

type AssetPlay

type AssetPlay struct {
	Entitlements []struct {
		Manifest string
		Protocol string
	}
}

func (AssetPlay) DASH

func (a AssetPlay) DASH() (string, bool)

type Authenticate

type Authenticate struct {
	Data []byte
	V    struct {
		Data struct {
			UserAuthenticate struct {
				AccessToken string `json:"access_token"`
			}
		}
	}
}

func (*Authenticate) New

func (a *Authenticate) New(email, password string) error

func (Authenticate) Play

func (a Authenticate) Play(asset *ArticleAsset) (*AssetPlay, error)

geo block - VPN not x-forwarded-for

func (*Authenticate) Unmarshal

func (a *Authenticate) Unmarshal() error

type DataArticle

type DataArticle struct {
	Assets         []*ArticleAsset
	CanonicalTitle string `json:"canonical_title"`
	ID             int
	Metas          []struct {
		Key   string
		Value string
	}
}

func (DataArticle) Film

func (d DataArticle) Film() (*ArticleAsset, bool)

type Encoding

type Encoding struct {
	Article *DataArticle
	Play    *AssetPlay
}

func (Encoding) Episode

func (Encoding) Episode() int

func (Encoding) Marshal

func (e Encoding) Marshal() ([]byte, error)

func (Encoding) Season

func (Encoding) Season() int

func (Encoding) Show

func (Encoding) Show() string

func (Encoding) Title

func (e Encoding) Title() string

func (*Encoding) Unmarshal

func (e *Encoding) Unmarshal(text []byte) error

func (Encoding) Year

func (e Encoding) Year() int

Jump to

Keyboard shortcuts

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