getUrl

open suspend fun getUrl(url: String, referer: String? = null, subtitleCallback: (SubtitleFile) -> Unit, callback: (ExtractorLink) -> Unit)(source)


open suspend fun getUrl(url: String, referer: String? = null): List<ExtractorLink>?(source)

Will throw errors, use getSafeUrl if you don't want to handle the exception yourself