Skip to content

Commit

Permalink
update more domain (#410)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
adityajd authored Nov 27, 2023
1 parent 0b666eb commit 7d08605
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LayarKacaProvider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d08605

Please sign in to comment.