mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Addition of special chapters to the chapters list
This commit is contained in:
parent
854acaac71
commit
f854c21b89
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class MundoDonghuaProvider : MainAPI() {
|
|||
"Finalizada" -> ShowStatus.Completed
|
||||
else -> null
|
||||
}
|
||||
val specialEpisodes = docSpecial.selectFirst("div.row")?.select(".col-xs-4")?.mapNotNull {
|
||||
val specialEpisodes = docSpecial.selectFirst(".sm-row.bg-white.pt-10.pr-20.pb-15.pl-20")?.select(".col-xs-4")?.mapNotNull {
|
||||
val name = it.selectFirst("h5")?.text()?.replace("Episodio","-") ?: ""
|
||||
val link = it.selectFirst("a")?.attr("href") ?: ""
|
||||
if (name.contains(title, true)) {
|
||||
|
|
Loading…
Reference in a new issue