Documentation ¶
Index ¶
- Constants
- type SOD
- func (sod *SOD) GetMovieInfoByID(id string) (info *model.MovieInfo, err error)
- func (sod *SOD) GetMovieInfoByURL(rawURL string) (info *model.MovieInfo, err error)
- func (sod *SOD) NormalizeMovieID(id string) string
- func (sod *SOD) NormalizeMovieKeyword(keyword string) string
- func (sod *SOD) ParseMovieIDFromURL(rawURL string) (string, error)
- func (sod *SOD) SearchMovie(keyword string) (results []*model.MovieSearchResult, err error)
Constants ¶
View Source
const ( Name = "SOD" Priority = 1000 - 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SOD ¶
SOD needs `Referer` header when request to view images and videos.
func (*SOD) GetMovieInfoByID ¶
func (*SOD) GetMovieInfoByURL ¶
func (*SOD) NormalizeMovieID ¶ added in v1.1.4
func (*SOD) NormalizeMovieKeyword ¶ added in v1.1.4
func (*SOD) ParseMovieIDFromURL ¶ added in v1.1.4
func (*SOD) SearchMovie ¶
func (sod *SOD) SearchMovie(keyword string) (results []*model.MovieSearchResult, err error)
Click to show internal directories.
Click to hide internal directories.