Update Dubbindo.kt

update domain
This commit is contained in:
adityajd 2023-11-30 07:12:40 +07:00 committed by GitHub
parent 501288264a
commit 16c5459098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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,
)
}
}