mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Update MundoDonghuaProvider.kt
This commit is contained in:
parent
78d044bf87
commit
f0a1d04b1e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class MundoDonghuaProvider : MainAPI() {
|
|||
var counter = 0
|
||||
val specialEpisodes = app.get(mainUrl, timeout = 120).document.select(".col-xs-4").map {
|
||||
counter = counter + 1
|
||||
if (counter < 7)
|
||||
if (counter < 7) {
|
||||
val name = it.selectFirst("h5")?.text()?.replace("Episodio","-") ?: ""
|
||||
val link = it.selectFirst("a")?.attr("href") ?: ""
|
||||
if (name.lowercase().contains(title.lowercase())) {
|
||||
|
|
Loading…
Reference in a new issue