producer

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 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 AnimeParser added in v0.5.0

type AnimeParser struct {
	parser.BaseParser
	ID   int
	Page int
	Data []model.Anime
}

AnimeParser is parser for MyAnimeList producer/studio/licensor's anime list. Example: https://myanimelist.net/anime/producer/1/Studio_Pierrot

func InitAnimeParser added in v0.5.0

func InitAnimeParser(config config.Config, id int, page ...int) (producer AnimeParser, err error)

InitAnimeParser to initiate all fields and data of AnimeParser.

type ListParser added in v0.5.0

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

ListParser is parser for MyAnimeList all producers, studios, and licensors. Example: https://myanimelist.net/anime/producer/1

func InitListParser added in v0.5.0

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

InitListParser to initiate all fields and data of ListParser.

Jump to

Keyboard shortcuts

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