cineMember

package
v1.10.8 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2026 License: OSL-3.0 Imports: 7 Imported by: 0

README

cinemember.nl

  1. https://cinemember.nl (https required)
  2. netherlands VPN
  3. try for two weeks
  4. first name
  5. last name
  6. e-mail
    • mailsac.com
  7. password
    • password is at least 8 characters long and contains 1 letter, 1 digit and 1 special character
  8. sign up
  9. monthly subscription
  10. creditcard
  11. card number
  12. Kaarthouder (cardholder)
  13. expiration
  14. CVV
  15. Betaal (pay)

android

and:

create Android 9 device. install system certificate

adb install-multiple (Get-ChildItem *.apk)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FetchId added in v1.10.7

func FetchId(link string) (int, error)

extracts the numeric ID and converts it to an integer

Types

type Dash added in v1.10.7

type Dash struct {
	Body []byte
	Url  *url.URL
}
type MediaLink struct {
	MimeType string
	Url      string
}

func (*MediaLink) Dash added in v1.10.7

func (m *MediaLink) Dash() (*Dash, error)

type Session added in v1.10.6

type Session struct {
	Cookie *http.Cookie
}

Session holds the cookie data.

func (*Session) Fetch added in v1.10.6

func (s *Session) Fetch() error

Fetch performs the HEAD request to cinemember.nl and populates the Session with the PHPSESSID cookie.

func (Session) Login added in v1.10.6

func (s Session) Login(email, password string) error

func (Session) Stream added in v1.10.6

func (s Session) Stream(id int) (*Stream, error)

must run Session.Login first

type Stream added in v1.10.6

type Stream struct {
	Error    string
	Links    []MediaLink
	NoAccess bool
}

func (*Stream) Dash added in v1.10.6

func (s *Stream) Dash() (*MediaLink, bool)

func (*Stream) Vtt added in v1.10.6

func (s *Stream) Vtt() (*MediaLink, bool)

Jump to

Keyboard shortcuts

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