mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update domain url (#151)
This commit is contained in:
parent
b08c3a3204
commit
e9f9e92ed1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import org.jsoup.nodes.Element
|
|||
import java.net.URI
|
||||
|
||||
class Movierulzhd : MainAPI() {
|
||||
override var mainUrl = "https://movierulzhd.press"
|
||||
override var mainUrl = "https://movierulzhd.wiki"
|
||||
private var directUrl = mainUrl
|
||||
override var name = "Movierulzhd"
|
||||
override val hasMainPage = true
|
||||
|
|
Loading…
Reference in a new issue