update more domain (#410)

* Update RebahinProvider.kt

* Update LayarKacaProvider.kt

update main url ="https://tv3.lk21official.wiki" change to "https://tv4.lk21official.wiki"

* Update build.gradle.kts

update domain tv4.lk21official.wiki

* Update LayarKacaProvider.kt
This commit is contained in:
adityajd 2023-11-27 23:21:40 +07:00 committed by GitHub
parent 0b666eb201
commit 7d08605b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -23,5 +23,5 @@ cloudstream {
"Movie",
)
iconUrl = "https://www.google.com/s2/favicons?domain=lk21official.org&sz=%size%"
}
iconUrl = "https://www.google.com/s2/favicons?domain=tv4.lk21official.wiki&sz=%size%"
}

View File

@ -8,7 +8,7 @@ import com.lagradost.cloudstream3.utils.*
import org.jsoup.nodes.Element
class LayarKacaProvider : MainAPI() {
override var mainUrl = "https://tv3.lk21official.wiki"
override var mainUrl = "https://tv4.lk21official.wiki"
private var seriesUrl = "https://tv5.nontondrama.click"
override var name = "LayarKaca"
override val hasMainPage = true

View File

@ -12,7 +12,7 @@ import org.jsoup.nodes.Element
import java.net.URI
open class RebahinProvider : MainAPI() {
override var mainUrl = "http://179.43.163.51"
override var mainUrl = "http://179.43.163.53"
private var directUrl: String? = null
override var name = "Rebahin"
override val hasMainPage = true