disable loklok

This commit is contained in:
hexated 2023-03-01 16:45:42 +07:00
parent 9a605b697f
commit b2769cc481
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ cloudstream {
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
status = 0 // will be 3 if unspecified
tvTypes = listOf(
"AsianDrama",
"Anime",

View File

@ -2608,7 +2608,7 @@ object SoraExtractor : SoraStream() {
it.first.equals("$title - Season $season", true)
}
}
}
} ?: el.find { it.first.contains("$title", true) && it.second.equals("$year") }
} ?: return
val iframe = if (season == null) {