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