Final commit with fully tested code

This commit is contained in:
Diego Sánchez 2022-12-13 00:21:00 -03:00 committed by GitHub
parent b3bc1196d0
commit 854acaac71
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() ?: null
}?.reversed()
val episodes = doc.select("ul.donghua-list a").map {
val name = it.selectFirst(".fs-16")?.text()
val link = it.attr("href")