Update Domain

This commit is contained in:
Pavan Katari 2022-10-21 02:22:32 +05:30 committed by GitHub
parent 4095d90a1a
commit 6fe123554d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import com.lagradost.cloudstream3.utils.*
import org.jsoup.nodes.Element
class Movierulzhd : MainAPI() {
override var mainUrl = "https://movierulzhd.site"
override var mainUrl = "https://movierulzhd.ink"
override var name = "Movierulzhd"
override val hasMainPage = true
override var lang = "hi"
@ -293,4 +293,4 @@ class Movierulzhd : MainAPI() {
@JsonProperty("status_code") val statusCode: Int,
)
}
}