Fixed special episodes in MundoDonghua Provider

This commit is contained in:
Clyzer 2022-12-12 15:04:39 -03:00
parent 9ae2bfd3b5
commit ea74dd6ddd

View file

@ -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")