TrailerData

data class TrailerData(val extractorUrl: String, val referer: String?, val raw: Boolean, val headers: Map<String, String> = mapOf())(source)

Data class of Trailer data.

Constructors

Link copied to clipboard
constructor(extractorUrl: String, referer: String?, raw: Boolean, headers: Map<String, String> = mapOf())

Properties

Link copied to clipboard

Url string of the Trailer video.

Link copied to clipboard
Link copied to clipboard

determines if extractorUrl should be used as direct Trailer video link instead of extracting it.

Link copied to clipboard

Nullable string of referer to be used in network request.