cineMember

package
v1.10.5 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2025 License: OSL-3.0 Imports: 6 Imported by: 0

README

cinemember.nl

Proefperiode van 14 dagen (trial period of 14 days)

  1. https://cinemember.nl (https required)
  2. netherlands VPN
  3. Start je proefperiode (start your trial)
  4. name
  5. e-mail
    • mailsac.com
  6. password
  7. Verder (continue)
  8. MAANDABONNEMENT, Selecteer (monthly subscription, select)
  9. Accepteren en voltooien (accept and complete)
  10. kaart (card)
  11. card number
  12. Kaarthouder (cardholder)
  13. expiration
  14. CVV
  15. Betaal (pay)

no trial extension on cancel request

android

https://apkcombo.com/cinemember/nl.peoplesplayground.audienceplayer.cinemember

> play -i nl.peoplesplayground.audienceplayer.cinemember
details[8] = 0 USD
details[13][1][4] = 12.22.0
details[13][1][16] = Oct 2, 2024
details[13][1][17] = APK
details[13][1][82][1][1] = 9 and up
details[15][18] = https://cinemember.nl/privacy-statement
downloads = 20.33 thousand
name = CineMember
size = 106.82 megabyte
version code = 12022000

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address

type Address [1]string

func (Address) Article added in v1.10.0

func (a Address) Article() (*Article, error)

func (*Address) Set

func (a *Address) Set(data string) error

func (Address) String

func (a Address) String() string

type Article added in v1.10.1

type Article struct {
	Assets []Asset
	Id     int
}

func (*Article) Film added in v1.10.1

func (a *Article) Film() (*Asset, bool)

type Asset added in v1.10.1

type Asset struct {
	Id         int
	LinkedType string `json:"linked_type"`
}

type Byte added in v1.10.1

type Byte[T any] []byte

func NewUser added in v1.10.1

func NewUser(email, password string) (Byte[User], error)

type Entitlement

type Entitlement struct {
	KeyDeliveryUrl string `json:"key_delivery_url"`
	Manifest       string // MPD
	Protocol       string
}

func (*Entitlement) Widevine added in v1.10.1

func (e *Entitlement) Widevine(data []byte) ([]byte, error)

type Play added in v1.10.1

type Play struct {
	Data struct {
		ArticleAssetPlay struct {
			Entitlements []Entitlement
		}
	}
	Errors []struct {
		Message string
	}
}

func (*Play) Dash added in v1.10.1

func (p *Play) Dash() (*Entitlement, bool)

func (*Play) Unmarshal added in v1.10.1

func (p *Play) Unmarshal(data Byte[Play]) error

type User added in v1.10.1

type User struct {
	AccessToken string `json:"access_token"`
}

func (User) Play added in v1.10.1

func (u User) Play(article1 *Article, asset1 *Asset) (Byte[Play], error)

func (*User) Unmarshal added in v1.10.1

func (u *User) Unmarshal(data Byte[User]) error

Jump to

Keyboard shortcuts

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