Documentation ¶
Index ¶
- Constants
- func ParseNumber(s string) string
- type AirAV
- func (air *AirAV) GetMovieInfoByID(id string) (info *model.MovieInfo, err error)
- func (air *AirAV) GetMovieInfoByURL(rawURL string) (info *model.MovieInfo, err error)
- func (air *AirAV) NormalizeMovieID(id string) string
- func (air *AirAV) NormalizeMovieKeyword(keyword string) string
- func (air *AirAV) ParseMovieIDFromURL(rawURL string) (string, error)
- func (air *AirAV) SearchMovie(keyword string) (results []*model.MovieSearchResult, err error)
Constants ¶
View Source
const ( Name = "AIRAV" Priority = 1000 - 6 // unofficial provider gets lower priority. )
Variables ¶
This section is empty.
Functions ¶
func ParseNumber ¶
ParseNumber parses barcode to standard movie number.
Types ¶
type AirAV ¶
func (*AirAV) GetMovieInfoByID ¶
func (*AirAV) GetMovieInfoByURL ¶
func (*AirAV) NormalizeMovieID ¶ added in v1.1.4
func (*AirAV) NormalizeMovieKeyword ¶ added in v1.1.4
func (*AirAV) ParseMovieIDFromURL ¶ added in v1.1.4
func (*AirAV) SearchMovie ¶
func (air *AirAV) SearchMovie(keyword string) (results []*model.MovieSearchResult, err error)
Click to show internal directories.
Click to hide internal directories.