getEpisodeList

open suspend override fun getEpisodeList(anime: SAnime): List<SEpisode>(source)

Get all the available episodes for an anime. Normally it's not needed to override this method.

Return

the episodes for the anime.

Parameters

anime

the anime to update.

Throws

LicensedEntryItemsException

if a anime is licensed and therefore no episodes are available.