Documentation ¶
Index ¶
- Constants
- type PRESTIGE
- func (pst *PRESTIGE) GetMovieInfoByID(id string) (info *model.MovieInfo, err error)
- func (pst *PRESTIGE) GetMovieInfoByURL(u string) (info *model.MovieInfo, err error)
- func (pst *PRESTIGE) NormalizeID(id string) string
- func (pst *PRESTIGE) NormalizeKeyword(keyword string) string
- func (pst *PRESTIGE) ParseIDFromURL(rawURL string) (string, error)
- func (pst *PRESTIGE) SearchMovie(keyword string) (results []*model.MovieSearchResult, err error)
Constants ¶
View Source
const ( Name = "PRESTIGE" Priority = 1000 - 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PRESTIGE ¶
func (*PRESTIGE) GetMovieInfoByID ¶
func (*PRESTIGE) GetMovieInfoByURL ¶
func (*PRESTIGE) NormalizeID ¶
func (*PRESTIGE) NormalizeKeyword ¶
func (*PRESTIGE) ParseIDFromURL ¶
func (*PRESTIGE) SearchMovie ¶
func (pst *PRESTIGE) SearchMovie(keyword string) (results []*model.MovieSearchResult, err error)
Click to show internal directories.
Click to hide internal directories.