Merge pull request #18 from pavankatari/patch-1

Update Domain
This commit is contained in:
Hexated 2022-10-22 14:17:08 +07:00 committed by GitHub
commit 0ea08e4d0b
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,
)
}
}