mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Update MundoDonghuaProvider.kt
This commit is contained in:
parent
cee31ebcce
commit
b365758e5c
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ class MundoDonghuaProvider : MainAPI() {
|
||||||
val link = it.selectFirst("a")?.attr("href") ?: ""
|
val link = it.selectFirst("a")?.attr("href") ?: ""
|
||||||
if (name.contains(title, true)) {
|
if (name.contains(title, true)) {
|
||||||
Episode(fixUrl(link), name)
|
Episode(fixUrl(link), name)
|
||||||
|
} else {
|
||||||
|
return null
|
||||||
}
|
}
|
||||||
}.reversed()
|
}.reversed()
|
||||||
val episodes = doc.select("ul.donghua-list a").map {
|
val episodes = doc.select("ul.donghua-list a").map {
|
||||||
|
|
Loading…
Reference in a new issue