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