From b2379914f4b27ae92bebc088b2e5b4a302c851a8 Mon Sep 17 00:00:00 2001 From: s6553907 <101353546+s6553907@users.noreply.github.com> Date: Mon, 31 Oct 2022 19:08:56 +0100 Subject: [PATCH] URL Update https://eurostreaming.social/ It is not the official site. --- .../src/main/kotlin/com/lagradost/EurostreamingProvider.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EurostreamingProvider/src/main/kotlin/com/lagradost/EurostreamingProvider.kt b/EurostreamingProvider/src/main/kotlin/com/lagradost/EurostreamingProvider.kt index ec81f4e..4bb901c 100644 --- a/EurostreamingProvider/src/main/kotlin/com/lagradost/EurostreamingProvider.kt +++ b/EurostreamingProvider/src/main/kotlin/com/lagradost/EurostreamingProvider.kt @@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.utils.AppUtils.toJson class EurostreamingProvider : MainAPI() { override var lang = "it" - override var mainUrl = "https://eurostreaming.social" + override var mainUrl = "https://eurostreaming.boats" override var name = "Eurostreaming" override val hasMainPage = true override val hasChromecastSupport = true