getUrl

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


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

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