Documentation ¶
Index ¶
Constants ¶
View Source
const ( CBR = "cbr" CBZ = "cbz" EPUB = "epub" PDF = "pdf" )
manga output format supported
View Source
const DEFAULT_MESSAGE = "file correctly saved"
DEFAULT_MESSAGE for correctly saved file
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comic ¶
type Comic struct { Author string Name string IssueNumber string Source string URLSource string Links []string Format string ImagesFormat string }
Comic struct contains all the informations about a comic
func (*Comic) DownloadImages ¶ added in v0.17.0
DownloadImages will download the comic/manga images
Click to show internal directories.
Click to hide internal directories.