Skip to content

Downloader

Proxymiity edited this page Jun 12, 2021 · 4 revisions

dl_chapter(chapter: MangaDexPy.Chapter, path: str, light: bool = False, time_controller: int = 1,)

Downloads an entire chapter from MangaDex.
Returns: Nothing
Arguments:

  • chapter: The Chapter to download
  • path: The path to the directory where you want pages to be downloaded
  • light: Whether or not to use low-quality pages
  • time_controller: How much seconds to wait between each page (MangaDex being hosted by multiple users across hundreds of nodes, please refrain from putting it to 0).

dl_manga(manga: MangaDexPy.Manga, base_path: str, language: str = "en", light: bool = False, time_controller: int = 1,)

Downloads an entire manga from MangaDex.
Returns: Nothing
Arguments:

  • manga: The Manga to download
  • base_path: The path to the directory where you want chapters to be downloaded
  • language: The language code used for chapter filtering
  • light: Whether or not to use low-quality pages
  • time_controller: How much seconds to wait between each page (MangaDex being hosted by multiple users across hundreds of nodes, please refrain from putting it to 0).
Clone this wiki locally