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) NormalizeKeyword(keyword string) string
- func (az *ARZON) ParseIDFromURL(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) NormalizeKeyword ¶
func (*ARZON) ParseIDFromURL ¶
func (*ARZON) SearchMovie ¶
func (az *ARZON) SearchMovie(keyword string) (results []*model.MovieSearchResult, err error)
Click to show internal directories.
Click to hide internal directories.