getVideoList

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

Get the list of videos a episode has. Videos should be returned in the expected order; the index is ignored.

Return

the videos for the episode.

Parameters

episode

the episode.