Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AniplayExtractor ¶
type AniplayExtractor struct {
// contains filtered or unexported fields
}
func NewAniplayExtractor ¶
func NewAniplayExtractor(baseURL string) *AniplayExtractor
func (*AniplayExtractor) FetchEpisode ¶
func (*AniplayExtractor) GetNextAction ¶
func (a *AniplayExtractor) GetNextAction() (map[string]string, error)
type DecryptedSources ¶
type DecryptedSources struct {
ID string `json:"id"`
Type string `json:"type"`
Link StreamLink `json:"link"`
Tracks json.RawMessage `json:"tracks"`
Intro json.RawMessage `json:"intro"`
Outro json.RawMessage `json:"outro"`
Iframe string `json:"iframe"`
Server string `json:"server"`
}
func DecryptMegacloud ¶
func DecryptMegacloud(episodeID, serverName, typ string) (DecryptedSources, error)
DecryptMegacloud resolves the Megacloud iframe and returns the decrypted sources.
func DecryptSourcesV1 ¶
type StreamLink ¶
Click to show internal directories.
Click to hide internal directories.