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