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
283b0c3151
commit
7d2be02951
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ class OploverzProvider : MainAPI() {
|
|||
): Boolean {
|
||||
val document = app.get(data).document
|
||||
val sources = mutableListOf<Pair<String?, String>>()
|
||||
|
||||
val streamingSources = document.select(".mobius > .mirror > option").mapNotNull {
|
||||
"" to fixUrl(Jsoup.parse(base64Decode(it.attr("value"))).select("iframe").attr("src"))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue