Slmaxed
Types
Link copied to clipboard
data class JsonResponse(val status: String? = null, val message: String? = null, val type: String? = null, val token: String? = null, val result: Map<String, Slmaxed.Result>? = null)
Properties
Functions
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
Will throw errors, use getSafeUrl if you don't want to handle the exception yourself
open suspend fun getUrl(url: String, referer: String? = null, subtitleCallback: (SubtitleFile) -> Unit, callback: (ExtractorLink) -> Unit)