Update MundoDonghuaProvider.kt

This commit is contained in:
Diego Sánchez 2022-12-12 16:44:04 -03:00 committed by GitHub
parent 1d4cd6738c
commit 63a1385f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class MundoDonghuaProvider : MainAPI() {
val link = it.attr("href")
Episode(fixUrl(link), name)
}.reversed()
val episodesFinal = episodes + specialEpisodes
val episodesFinal = specialEpisodes
val typeinfo = doc.select("div.row div.col-md-6.pl-15 p.fc-dark").text()
val tvType = if (typeinfo.contains(Regex("Tipo.*Pel.cula"))) TvType.AnimeMovie else TvType.Anime
return newAnimeLoadResponse(title, url, tvType) {