Package cineMember (v1.11.4) [up] [repository]

Index

Functions

func FetchId(address string) (int, error)

extracts the numeric ID and converts it to an integer

func FetchLogin(phpSessId *Cookie, email, password string) error

Types

type Cookie struct {
	Name  string
	Value string
}

Functions

func GetPhpSessId() (*Cookie, error)

Methods

func (*Cookie) CachePath() string
func (c *Cookie) String() string

type Stream

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

Functions

func FetchStream(phpSessId *Cookie, id int) (*Stream, error)

must run login first

Methods

func (s *Stream) GetDash() (*url.URL, error)