From 53a6a9b1a4eb51ec4bf29dbf759461b4b7ca2a2a Mon Sep 17 00:00:00 2001 From: Saksham Shekher <95137948+OshekharO@users.noreply.github.com> Date: Wed, 20 Jul 2022 10:33:48 +0530 Subject: [PATCH] Update VidEmbedProvider.kt (#1314) --- .../lagradost/cloudstream3/movieproviders/VidEmbedProvider.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"