Final commit with syntax errors fixed

This commit is contained in:
Diego Sánchez 2022-12-12 23:58:33 -03:00 committed by GitHub
parent 721759582d
commit b17f625b92
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()
}?.reversed() ?: emptyMap<Episode>()
val episodes = doc.select("ul.donghua-list a").map {
val name = it.selectFirst(".fs-16")?.text()
val link = it.attr("href")