manga

package
v0.0.0-...-30c0bcb Latest Latest
Warning

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

Go to latest
Published: May 25, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateDirIfNotExist

func CreateDirIfNotExist(dir string)

func NumberOfPages

func NumberOfPages(url string) int

Types

type Chapter

type Chapter struct {
	ChapterNum float64
	// contains filtered or unexported fields
}

func GetChapters

func GetChapters(url string) []Chapter

func (Chapter) DownloadByChapter

func (ch Chapter) DownloadByChapter(savePath string, cbz bool) int

type Manga

type Manga struct {
	// contains filtered or unexported fields
}

func GetManga

func GetManga(url string) Manga

func (Manga) GetVolumes

func (manga Manga) GetVolumes() []Volume

type Page

type Page struct {
	PageNum int
	// contains filtered or unexported fields
}

type Volume

type Volume struct {
	VolNum string
	// contains filtered or unexported fields
}

func (*Volume) DownloadByVolume

func (vol *Volume) DownloadByVolume(savePath string, cbz bool) int

func (Volume) GetChapters

func (vol Volume) GetChapters() []Chapter

Jump to

Keyboard shortcuts

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