cmd

package
v0.0.0-...-8447b1c Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DownloadChapter

func DownloadChapter(p Mangapill, chapter Chapter, out string) ([]string, error)

func Execute

func Execute()

Types

type Chapter

type Chapter struct {
	Number int
	Name   string
	Url    string
}

type Manga

type Manga struct {
	Name        string
	CoverArtUrl string
	Chapters    []Chapter
}

type Mangapill

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

func (*Mangapill) GetChapterPages

func (m *Mangapill) GetChapterPages(chapter Chapter) ([]Page, error)

func (*Mangapill) GetMangaDetails

func (m *Mangapill) GetMangaDetails(id string) (Manga, error)

type Page

type Page struct {
	Url string
}

Jump to

Keyboard shortcuts

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