Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoSuitableFormat = errors.New("no suitable audio-only format found") ErrGettingUrlFromSignatureCipher = errors.New("error getting URL from signature cipher") ErrDecryptFunctionBroken = errors.New("signature decryptor function is broken (perhaps the extractor is out of date)") ErrMalformedJson = errors.New("malformed JSON") )
View Source
var ( ErrDecryptGettingFunctionName = errors.New("error getting signature decryption function name") ErrDecryptGettingFunction = errors.New("error getting signature decryption function") ErrDecryptGettingOpTable = errors.New("error getting signature decryption operation table") ErrGettingBaseJs = errors.New("unable to get base.js") )
View Source
var (
ErrInvalidInput = errors.New("invalid input")
)
Functions ¶
This section is empty.
Types ¶
type Extractor ¶
type Extractor struct {
// contains filtered or unexported fields
}
func (*Extractor) DefaultConfig ¶
func (e *Extractor) DefaultConfig() extractor.ProviderConfig
type Searcher ¶
type Searcher struct{}
func (*Searcher) DefaultConfig ¶
func (s *Searcher) DefaultConfig() extractor.ProviderConfig
type Suggestor ¶
type Suggestor struct{}
func (*Suggestor) DefaultConfig ¶
func (s *Suggestor) DefaultConfig() extractor.ProviderConfig
Click to show internal directories.
Click to hide internal directories.