videoUrlRequest

protected open fun videoUrlRequest(video: Video): Request(source)

Deprecated

Use resolveVideo instead

Returns the request for getting the url to the source video. Override only if it's needed to override the url, send different headers or request method like POST.

Parameters

video

the video whose its links have to be fetched.