Fetch Chapter By Symbolic Link
Fetches details of a manga chapter including pages and images by its symbolic link, facilitating efficient data loading.
Parameters:
chapter
: The manga chapter to fetch, which must include a valid symbolic link.
Returns: A
Chapter
object containing the fetched chapter details.Raises:
SourceWasNotDefined
if no source has been set before calling this method.InvalidResource
if the provided chapter does not have a valid symbolic link.
Last updated
Was this helpful?