getVideoList

abstract suspend fun getVideoList(episode: SEpisode): List<Video>(source)

Get the list of videos a episode has.

Since

extensions-lib 14

Return

the videos for the episode.

Parameters

episode

the episode.