Documentation ¶
Index ¶
- Constants
- type AVE
- func (ave *AVE) GetMovieInfoByID(id string) (info *model.MovieInfo, err error)
- func (ave *AVE) GetMovieInfoByURL(rawURL string) (info *model.MovieInfo, err error)
- func (ave *AVE) NormalizeMovieKeyword(keyword string) string
- func (ave *AVE) ParseMovieIDFromURL(rawURL string) (string, error)
- func (ave *AVE) SearchMovie(keyword string) (results []*model.MovieSearchResult, err error)
Constants ¶
View Source
const ( Name = "AVE" Priority = 1000 - 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AVE ¶
func (*AVE) GetMovieInfoByID ¶
func (*AVE) GetMovieInfoByURL ¶
func (*AVE) NormalizeMovieKeyword ¶ added in v1.1.4
func (*AVE) ParseMovieIDFromURL ¶ added in v1.1.4
func (*AVE) SearchMovie ¶
func (ave *AVE) SearchMovie(keyword string) (results []*model.MovieSearchResult, err error)
Click to show internal directories.
Click to hide internal directories.