Documentation ¶
Index ¶
- Constants
- type ARZON
- func (az *ARZON) GetMovieInfoByID(id string) (info *model.MovieInfo, err error)
- func (az *ARZON) GetMovieInfoByURL(rawURL string) (info *model.MovieInfo, err error)
- func (az *ARZON) NormalizeMovieKeyword(keyword string) string
- func (az *ARZON) ParseMovieIDFromURL(rawURL string) (id string, err error)
- func (az *ARZON) SearchMovie(keyword string) (results []*model.MovieSearchResult, err error)
Constants ¶
View Source
const ( Name = "ARZON" Priority = 1000 - 3 // ARZON as secondary provider has lower priority than official ones. )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ARZON ¶
ARZON needs `Referer` header when request to view resources.
func (*ARZON) GetMovieInfoByID ¶
func (*ARZON) GetMovieInfoByURL ¶
func (*ARZON) NormalizeMovieKeyword ¶ added in v1.1.4
func (*ARZON) ParseMovieIDFromURL ¶ added in v1.1.4
func (*ARZON) SearchMovie ¶
func (az *ARZON) SearchMovie(keyword string) (results []*model.MovieSearchResult, err error)
Click to show internal directories.
Click to hide internal directories.