videoListParse

protected open fun videoListParse(response: Response, hoster: Hoster): List<Video>(source)

Parses the response from the hoster and returns a list of videos.

Since

extensions-lib 16

Return

the list of videos.

Parameters

response

the response from the hoster.

hoster

the hoster.