mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
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:
parent
0b666eb201
commit
7d08605b19
3 changed files with 4 additions and 4 deletions
|
@ -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%"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue