magazine

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListParser added in v0.5.0

type ListParser struct {
	parser.BaseParser
	Data []model.Magazine
}

ListParser is parser for MyAnimeList all magazines, and serializations. Example: https://myanimelist.net/manga/magazine/1

func InitListParser added in v0.5.0

func InitListParser(config config.Config) (magazines ListParser, err error)

InitListParser to initiate all fields and data of ListParser.

type MangaParser added in v0.5.0

type MangaParser struct {
	parser.BaseParser
	ID   int
	Page int
	Data []model.Manga
}

MangaParser is parser for MyAnimeList magazine/serialization's manga list. Example: https://myanimelist.net/manga/magazine/1/Big_Comic_Original

func InitMangaParser added in v0.5.0

func InitMangaParser(config config.Config, id int, page ...int) (magazine MangaParser, err error)

InitMangaParser to initiate all fields and data of MangaParser.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL