Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnimeParser ¶
AnimeParser is parser for MyAnimeList genre's anime list. Example: https://myanimelist.net/anime/genre/1/Action
func InitAnimeParser ¶
InitAnimeParser to initiate all fields and data of AnimeParser.
type GenresParser ¶
type GenresParser struct { parser.BaseParser Type string Data []model.Genre }
GenresParser is parser for MyAnimeList all anime & manga genres. Example: https://myanimelist.net/anime.php
https://myanimelist.net/manga.php
func InitGenresParser ¶
func InitGenresParser(config config.Config, gType string) (genres GenresParser, err error)
InitGenresParser to initiate all fields and data of GenresParser.
type MangaParser ¶
MangaParser is parser for MyAnimeList genre's manga list. Example: https://myanimelist.net/manga/genre/1/Action
func InitMangaParser ¶
InitMangaParser to initiate all fields and data of MangaParser.
Click to show internal directories.
Click to hide internal directories.