videoListParse

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

Deprecated

The helper functions are inherently limiting and hides the underlying implementation. Source developers should make their own implementation according to their needs.

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.