From 5abbeb9ecad003ab8fa2af0e7b231e7a1a0b17a3 Mon Sep 17 00:00:00 2001 From: antonydp <38143733+antonydp@users.noreply.github.com> Date: Sat, 25 Jun 2022 00:19:52 +0200 Subject: [PATCH] Streamingcommunity Domain fix (#1214) * bug fixes and add cast * fixed Altadefinizione search * fixed Altadefinizione search * Add trailer to italians providers * Update StreamingcommunityProvider.kt Fix provider domain Co-authored-by: Osten <11805592+LagradOst@users.noreply.github.com> --- .../cloudstream3/movieproviders/StreamingcommunityProvider.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/movieproviders/StreamingcommunityProvider.kt b/app/src/main/java/com/lagradost/cloudstream3/movieproviders/StreamingcommunityProvider.kt index 188c4d9f..2196caa9 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/movieproviders/StreamingcommunityProvider.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/movieproviders/StreamingcommunityProvider.kt @@ -128,7 +128,7 @@ data class TrailerElement( class StreamingcommunityProvider : MainAPI() { override var lang = "it" - override var mainUrl = "https://streamingcommunity.press" + override var mainUrl = "https://streamingcommunity.business" override var name = "Streamingcommunity" override val hasMainPage = true override val hasChromecastSupport = true @@ -435,4 +435,4 @@ class StreamingcommunityProvider : MainAPI() { getM3u8Qualities(link, data, URI(link).host).forEach(callback) return true } -} \ No newline at end of file +}