Update MundoDonghuaProvider.kt

This commit is contained in:
Diego Sánchez 2022-12-12 15:52:29 -03:00 committed by GitHub
parent 8909aec921
commit 242722d1b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ class MundoDonghuaProvider : MainAPI() {
else -> null else -> null
} }
var counter = 0 var counter = 0
var condition = "" var condition = false
val specialEpisodes = app.get(mainUrl, timeout = 120).document.select(".col-xs-4").map { val specialEpisodes = app.get(mainUrl, timeout = 120).document.select(".col-xs-4").map {
counter = counter + 1 counter = counter + 1
if (counter < 7){ if (counter < 7){