changes Idlix domain (#6)

This commit is contained in:
Hexated 2022-08-28 22:51:09 +07:00 committed by GitHub
parent 7dbb146399
commit 5e9ade8ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers // use an integer for version numbers
version = 1 version = 2
cloudstream { cloudstream {
@ -7,7 +7,7 @@ cloudstream {
// All of these properties are optional, you can safely remove them // All of these properties are optional, you can safely remove them
// description = "Lorem Ipsum" // description = "Lorem Ipsum"
// authors = listOf("Cloudburst") authors = listOf("Hexated")
/** /**
* Status int as the following: * Status int as the following:

View File

@ -11,7 +11,7 @@ import org.jsoup.nodes.Element
import java.net.URI import java.net.URI
class IdlixProvider : MainAPI() { class IdlixProvider : MainAPI() {
override var mainUrl = "https://94.103.82.88" override var mainUrl = "https://195.2.92.213"
override var name = "Idlix" override var name = "Idlix"
override val hasMainPage = true override val hasMainPage = true
override var lang = "id" override var lang = "id"