Update MundoDonghuaProvider.kt

This commit is contained in:
Diego Sánchez 2022-12-13 00:15:53 -03:00 committed by GitHub
parent b17f625b92
commit b3bc1196d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class MundoDonghuaProvider : MainAPI() {
} else {
null
}
}?.reversed() ?: emptyMap<Episode>()
}?.reversed() ?: null
val episodes = doc.select("ul.donghua-list a").map {
val name = it.selectFirst(".fs-16")?.text()
val link = it.attr("href")