Get
This method retrieves detailed information about a specific manga identified by its unique identifier (ID). If with_symbolic_links
is set to True
, it fetches the manga with symbolic links to chapters, which can be useful for lazy loading of chapter details.
Parameters:
identifier
: Unique identifier of the manga.with_symbolic_links
: Fetches the manga with symbolic links if set toTrue
.
Returns: A
Manga
object containing detailed information if found, orNone
otherwise.Raises:
SourceWasNotDefined
if no source has been set before calling this method.
Last updated
Was this helpful?