Rabbitstream
Types
Link copied to clipboard
data class SourcesEncrypted(val sources: String? = null, val encrypted: Boolean? = null, val tracks: List<Rabbitstream.Tracks?>? = emptyList())
Link copied to clipboard
data class SourcesResponses(val sources: List<Rabbitstream.Sources?>? = emptyList(), val tracks: List<Rabbitstream.Tracks?>? = emptyList())
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun getSafeUrl(url: String, referer: String? = null, subtitleCallback: (SubtitleFile) -> Unit, callback: (ExtractorLink) -> Unit)
Link copied to clipboard
open suspend override fun getUrl(url: String, referer: String?, subtitleCallback: (SubtitleFile) -> Unit, callback: (ExtractorLink) -> Unit)
Will throw errors, use getSafeUrl if you don't want to handle the exception yourself