mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
disable loklok
This commit is contained in:
parent
9a605b697f
commit
b2769cc481
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ cloudstream {
|
||||||
* 2: Slow
|
* 2: Slow
|
||||||
* 3: Beta only
|
* 3: Beta only
|
||||||
* */
|
* */
|
||||||
status = 1 // will be 3 if unspecified
|
status = 0 // will be 3 if unspecified
|
||||||
tvTypes = listOf(
|
tvTypes = listOf(
|
||||||
"AsianDrama",
|
"AsianDrama",
|
||||||
"Anime",
|
"Anime",
|
||||||
|
|
|
@ -2608,7 +2608,7 @@ object SoraExtractor : SoraStream() {
|
||||||
it.first.equals("$title - Season $season", true)
|
it.first.equals("$title - Season $season", true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} ?: el.find { it.first.contains("$title", true) && it.second.equals("$year") }
|
||||||
} ?: return
|
} ?: return
|
||||||
|
|
||||||
val iframe = if (season == null) {
|
val iframe = if (season == null) {
|
||||||
|
|
Loading…
Reference in a new issue