This commit is contained in:
hexated 2023-05-09 18:53:37 +07:00
parent 283b0c3151
commit 7d2be02951
1 changed files with 0 additions and 1 deletions

View File

@ -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"))
}