mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
updated
This commit is contained in:
parent
7d2be02951
commit
8ddb331d72
1 changed files with 0 additions and 1 deletions
|
@ -200,7 +200,6 @@ class OploverzProvider : MainAPI() {
|
||||||
"" to fixUrl(Jsoup.parse(base64Decode(it.attr("value"))).select("iframe").attr("src"))
|
"" to fixUrl(Jsoup.parse(base64Decode(it.attr("value"))).select("iframe").attr("src"))
|
||||||
}
|
}
|
||||||
if (streamingSources.isNotEmpty()) sources.addAll(streamingSources)
|
if (streamingSources.isNotEmpty()) sources.addAll(streamingSources)
|
||||||
|
|
||||||
val downloadSources =
|
val downloadSources =
|
||||||
document.select("div.mctnx div.soraurlx").mapNotNull { item ->
|
document.select("div.mctnx div.soraurlx").mapNotNull { item ->
|
||||||
item.select("a").map { item.select("strong").text() to it.attr("href") }
|
item.select("a").map { item.select("strong").text() to it.attr("href") }
|
||||||
|
|
Loading…
Reference in a new issue