animeDetailsParse

protected open override fun animeDetailsParse(response: Response): SAnime(source)

Parses the response from the site and returns the details of a anime.

Parameters

response

the response from the site.


protected abstract fun animeDetailsParse(document: Document): SAnime(source)

Returns the details of the anime from the given document.

Parameters

document

the parsed document.