From 16c5459098f1f875f81e68ada2da0b4acc04a66f Mon Sep 17 00:00:00 2001 From: adityajd <45625055+adityajd@users.noreply.github.com> Date: Thu, 30 Nov 2023 07:12:40 +0700 Subject: [PATCH] Update Dubbindo.kt update domain --- Dubbindo/src/main/kotlin/com/hexated/Dubbindo.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dubbindo/src/main/kotlin/com/hexated/Dubbindo.kt b/Dubbindo/src/main/kotlin/com/hexated/Dubbindo.kt index dc9fd653..8ef0ac76 100644 --- a/Dubbindo/src/main/kotlin/com/hexated/Dubbindo.kt +++ b/Dubbindo/src/main/kotlin/com/hexated/Dubbindo.kt @@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor import org.jsoup.nodes.Element class Dubbindo : MainAPI() { - override var mainUrl = "https://www.dubbindo.xyz" + override var mainUrl = "https://www.dubbindo.site" override var name = "Dubbindo" override val hasMainPage = true override var lang = "id" @@ -133,4 +133,4 @@ class Dubbindo : MainAPI() { val type: String? = null, ) -} \ No newline at end of file +}