Options
All
  • Public
  • Public/Protected
  • All
Menu

MangaDex.tv Extractor

Hierarchy

  • default

Implements

Index

Constructors

constructor

Properties

name

name: string = "MangaDex.tv"

options

Methods

getChapterPages

getInfo

parseMangaDexTitle

  • parseMangaDexTitle(title: string): { chapter: string; shortTitle: undefined | string; volume: string }
  • Parameters

    • title: string

    Returns { chapter: string; shortTitle: undefined | string; volume: string }

    • chapter: string
    • shortTitle: undefined | string
    • volume: string

search

validateURL

  • validateURL(url: string): false | "manga_url" | "chapter_url"

Generated using TypeDoc