Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SearchComic ¶
SearchComic function return the real url about the comic from the website
Types ¶
type Chapter ¶
type Chapter struct { URL string Title string Ctitle string // contains filtered or unexported fields }
Chapter contains chapter informations
type Comic ¶
type Comic struct { URL string Title string Chapters map[string]string Summary string Cover string Ctitles []string Latest string Date string // contains filtered or unexported fields }
Comic contains comic informations
func (*Comic) DownloadCover ¶
DownloadCover download cover image to disk
Click to show internal directories.
Click to hide internal directories.