Download Chapter
Downloads a manga chapter to the specified path using provided downloader and saver adapters. This method supports threaded downloads for faster processing.
Parameters:
path
: Filesystem path where the chapter should be saved.chapter
: The manga chapter to download.downloader
: Adapter for downloading chapter pages.saver
: Adapter for saving the downloaded pages.threaded
: Determines whether the download should be performed in a threaded manner.
Raises:
SourceWasNotDefined
if no source has been set before calling this method.
Last updated
Was this helpful?