import "41.neocities.org/media/cine/member"
func (a *Address) Article() (*OperationArticle, error)
type ArticleAsset struct { Id int LinkedType string `json:"linked_type"` // contains filtered or unexported fields }
type OperationArticle struct { Assets []*ArticleAsset CanonicalTitle string `json:"canonical_title"` Id int Metas []struct { Key string Value string } Raw []byte `json:"-"` }
func (*OperationArticle) Episode() int
func (o *OperationArticle) Film() (*ArticleAsset, bool)
func (*OperationArticle) FilmError() error
func (*OperationArticle) Season() int
func (*OperationArticle) Show() string
func (o *OperationArticle) Title() string
func (o *OperationArticle) Unmarshal() error
func (o *OperationArticle) Year() int
type OperationPlay struct { Entitlements []struct { Manifest string Protocol string } Raw []byte `json:"-"` }
func (o *OperationPlay) Dash() (string, bool)
func (*OperationPlay) DashError() error
func (o *OperationPlay) Unmarshal() error
func (o *OperationUser) New(email, password string) error
func (o *OperationUser) Play(asset *ArticleAsset) (*OperationPlay, error)
geo block, not x-forwarded-for
func (o *OperationUser) Unmarshal() error