From 1e60c82495019b11f9c5d01210dc78b64d82950a Mon Sep 17 00:00:00 2001 From: Saksham Shekher <95137948+OshekharO@users.noreply.github.com> Date: Tue, 5 Jul 2022 23:43:45 +0530 Subject: [PATCH] 2embed domain change (#1241) * Update TwoEmbedProvider.kt * Update providers.json --- .../cloudstream3/movieproviders/TwoEmbedProvider.kt | 4 ++-- docs/providers.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/movieproviders/TwoEmbedProvider.kt b/app/src/main/java/com/lagradost/cloudstream3/movieproviders/TwoEmbedProvider.kt index d595c1f0..2b76d10d 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/movieproviders/TwoEmbedProvider.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/movieproviders/TwoEmbedProvider.kt @@ -15,7 +15,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor class TwoEmbedProvider : TmdbProvider() { override val apiName = "2Embed" override var name = "2Embed" - override var mainUrl = "https://www.2embed.ru" + override var mainUrl = "https://www.2embed.to" override val useMetaLoadResponse = true override val instantLinkLoading = false override val supportedTypes = setOf( @@ -73,4 +73,4 @@ class TwoEmbedProvider : TmdbProvider() { Log.d(this.name, "Starting ${this.name} job!") runSflixExtractorVerifierJob(this, extractorData, "https://rabbitstream.net/") } -} \ No newline at end of file +} diff --git a/docs/providers.json b/docs/providers.json index a60cb7fb..b415fe90 100644 --- a/docs/providers.json +++ b/docs/providers.json @@ -455,8 +455,8 @@ "TwoEmbedProvider": { "language": "en", "name": "2Embed", - "status": 0, - "url": "https://www.2embed.ru" + "status": 1, + "url": "https://www.2embed.to" }, "VMoveeProvider": { "language": "en", @@ -506,4 +506,4 @@ "status": 1, "url": "https://zoro.to" } -} \ No newline at end of file +}