Update IdlixProvider.kt

This commit is contained in:
irfannajmudinsidik 2023-12-23 21:29:26 +07:00 committed by GitHub
parent 9954986e47
commit 0eda9559c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ import com.lagradost.cloudstream3.utils.*
import org.jsoup.nodes.Element
import java.net.URI
class IdlixProvider : MainAPI() {
override var mainUrl = "https://tv.idlixplus.net"
class IdlixProvider : MainAPI()
override var mainUrl = "https://tv5.idlixplus.net"
private var directUrl = mainUrl
override var name = "Idlix"
override val hasMainPage = true
@ -302,4 +302,4 @@ class IdlixProvider : MainAPI() {
)
}
}