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