This commit is contained in:
hexated 2023-05-10 04:19:19 +07:00
parent 7d2be02951
commit 8ddb331d72
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ class OploverzProvider : MainAPI() {
"" to fixUrl(Jsoup.parse(base64Decode(it.attr("value"))).select("iframe").attr("src"))
}
if (streamingSources.isNotEmpty()) sources.addAll(streamingSources)
val downloadSources =
document.select("div.mctnx div.soraurlx").mapNotNull { item ->
item.select("a").map { item.select("strong").text() to it.attr("href") }