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 +}