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
ab1881bd8f
commit
315f5faeb0
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class MundoDonghuaProvider : MainAPI() {
|
||||||
else -> null
|
else -> null
|
||||||
}
|
}
|
||||||
var counter = 0
|
var counter = 0
|
||||||
val specialEpisodes = app.get(mainUrl, timeout = 120).document.select(".col-xs-4").map {
|
val specialEpisodes = app.get(mainUrl, timeout = 120).document.select("div.row .col-xs-4").map {
|
||||||
counter = counter + 1
|
counter = counter + 1
|
||||||
if (counter < 7) {
|
if (counter < 7) {
|
||||||
val name = it.selectFirst("h5")?.text()?.replace("Episodio","-") ?: ""
|
val name = it.selectFirst("h5")?.text()?.replace("Episodio","-") ?: ""
|
||||||
|
|
Loading…
Reference in a new issue