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 ListParser ¶ added in v0.5.0
type ListParser struct { parser.BaseParser Type string Data []model.Genre }
ListParser is parser for MyAnimeList all anime & manga genres. Example: https://myanimelist.net/anime.php
https://myanimelist.net/manga.php
func InitListParser ¶ added in v0.5.0
func InitListParser(config config.Config, gType string) (genres ListParser, err error)
InitListParser to initiate all fields and data of ListParser.
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.