diff --git a/EntrepeliculasyseriesProvider/src/main/kotlin/com/lagradost/EntrepeliculasyseriesProvider.kt b/EntrepeliculasyseriesProvider/src/main/kotlin/com/lagradost/EntrepeliculasyseriesProvider.kt index 7832cb9..ea7d259 100644 --- a/EntrepeliculasyseriesProvider/src/main/kotlin/com/lagradost/EntrepeliculasyseriesProvider.kt +++ b/EntrepeliculasyseriesProvider/src/main/kotlin/com/lagradost/EntrepeliculasyseriesProvider.kt @@ -5,7 +5,7 @@ import com.lagradost.cloudstream3.utils.ExtractorLink import com.lagradost.cloudstream3.utils.loadExtractor class EntrepeliculasyseriesProvider : MainAPI() { - override var mainUrl = "https://entrepeliculasyseries.nu" + override var mainUrl = "https://entrepeliculasyseries.nz" override var name = "EntrePeliculasySeries" override var lang = "es" override val hasMainPage = true diff --git a/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt b/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt index 3e6175a..7bba768 100644 --- a/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt +++ b/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt @@ -103,13 +103,13 @@ class StreamingcommunityProvider : MainAPI() { val href = "$mainUrl/watch/$sid?e=${ep.id}" val postImage = ep.images.firstOrNull()?.originalURL - newEpisode(href) { - this.name = ep.name - this.season = season - this.episode = ep.number.toInt() - this.description = ep.plot - this.posterUrl = postImage - } + newEpisode(href) { + this.name = ep.name + this.season = season + this.episode = ep.number.toInt() + this.description = ep.plot + this.posterUrl = postImage + } } }.flatten()