Update MundoDonghuaProvider.kt

This commit is contained in:
Diego Sánchez 2022-12-12 23:16:23 -03:00 committed by GitHub
parent cee31ebcce
commit b365758e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ class MundoDonghuaProvider : MainAPI() {
val link = it.selectFirst("a")?.attr("href") ?: ""
if (name.contains(title, true)) {
Episode(fixUrl(link), name)
} else {
return null
}
}.reversed()
val episodes = doc.select("ul.donghua-list a").map {