getEpisodeList

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

Get all the available episodes for a anime.

Since

extensions-lib 14

Return

the episodes for the anime.

Parameters

anime

the anime to update.