mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Fixed special episodes in MundoDonghua Provider
This commit is contained in:
parent
9ae2bfd3b5
commit
ea74dd6ddd
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class MundoDonghuaProvider : MainAPI() {
|
||||||
Episode(fixUrl(link), name)
|
Episode(fixUrl(link), name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}?.filterNotNull() ?: emptyList()
|
}.filterNotNull()
|
||||||
val episodes = doc.select("ul.donghua-list a").map {
|
val episodes = doc.select("ul.donghua-list a").map {
|
||||||
val name = it.selectFirst(".fs-16")?.text()
|
val name = it.selectFirst(".fs-16")?.text()
|
||||||
val link = it.attr("href")
|
val link = it.attr("href")
|
||||||
|
|
Loading…
Reference in a new issue