mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Final commit with syntax errors fixed
This commit is contained in:
parent
721759582d
commit
b17f625b92
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue