Documentation ¶
Index ¶
Constants ¶
View Source
const VERSION = "v0.4.3"
VERSION is the version of the application automatically managed by pre-commit githook
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnimeKhor ¶ added in v0.4.2
type AnimeKhor struct {
// contains filtered or unexported fields
}
func NewAnimeKhor ¶ added in v0.4.2
func NewAnimeKhor(log *zap.SugaredLogger, col *colly.Collector) *AnimeKhor
type AnimeXin ¶ added in v0.3.4
type AnimeXin struct {
// contains filtered or unexported fields
}
func NewAnimeXin ¶ added in v0.3.4
func NewAnimeXin(log *zap.SugaredLogger, col *colly.Collector) *AnimeXin
type DonghuaStream ¶ added in v0.4.2
type DonghuaStream struct {
// contains filtered or unexported fields
}
func NewDonghuaStream ¶ added in v0.4.2
func NewDonghuaStream(log *zap.SugaredLogger, col *colly.Collector) *DonghuaStream
func (*DonghuaStream) Parse ¶ added in v0.4.2
func (m *DonghuaStream) Parse(url string) []*Result
func (*DonghuaStream) Read ¶ added in v0.4.2
func (m *DonghuaStream) Read(url string) []string
func (*DonghuaStream) ReadPage ¶ added in v0.4.2
func (m *DonghuaStream) ReadPage(url string) []string
type JhdAnime ¶ added in v0.3.4
type JhdAnime struct {
// contains filtered or unexported fields
}
func NewJhdAnime ¶ added in v0.3.4
func NewJhdAnime(log *zap.SugaredLogger, col *colly.Collector) *JhdAnime
type MetubeDownload ¶
type MetubeResponse ¶
type MyAnime ¶
type MyAnime struct {
// contains filtered or unexported fields
}
func NewMyAnime ¶
func NewMyAnime(log *zap.SugaredLogger, col *colly.Collector) *MyAnime
type NarulDonghua ¶ added in v0.4.2
type NarulDonghua struct {
// contains filtered or unexported fields
}
func NewNarulDonghua ¶ added in v0.4.2
func NewNarulDonghua(log *zap.SugaredLogger, col *colly.Collector) *NarulDonghua
func (*NarulDonghua) Parse ¶ added in v0.4.2
func (m *NarulDonghua) Parse(url string) []*Result
func (*NarulDonghua) Read ¶ added in v0.4.2
func (m *NarulDonghua) Read(url string) []string
Click to show internal directories.
Click to hide internal directories.