Update MundoDonghuaProvider.kt

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

View File

@ -109,7 +109,7 @@ class MundoDonghuaProvider : MainAPI() {
if (name.contains(title, true)) {
Episode(fixUrl(link), name)
} else {
return null
null
}
}.reversed()
val episodes = doc.select("ul.donghua-list a").map {