diff --git a/app/src/main/java/com/lagradost/cloudstream3/movieproviders/VidEmbedProvider.kt b/app/src/main/java/com/lagradost/cloudstream3/movieproviders/VidEmbedProvider.kt index d72a4d9f..49efb04b 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/movieproviders/VidEmbedProvider.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/movieproviders/VidEmbedProvider.kt @@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.TvType */ class VidEmbedProvider : VidstreamProviderTemplate() { // mainUrl is good to have as a holder for the url to make future changes easier. - override var mainUrl = "https://vidembed.cc" + override var mainUrl = "https://membed.net" // name is for how the provider will be named which is visible in the UI, no real rules for this. override var name = "VidEmbed"