package
Version:
v0.0.0-...-dbbbf3e
Opens a new window with list of versions in this module.
Published: Jul 22, 2022
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SaveChapter downloads all the manga images for the given chapter into the given directory.
type Chapter struct {
Id string `json:"id"`
Name string `json:"name"`
Slug string `json:"slug"`
}
Identification information for a chapter of a mange series on TCBScans.
GetChapters returns a list of available chapters on TCBScans for a series.
type Series struct {
Id string `json:"id"`
Name string `json:"name"`
Slug string `json:"slug"`
}
A manga series identification information on TCBScans.
GetSeries returns a slice of all the series found on the TCBScans website.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.