Skip to content

Commit

Permalink
Adityajd patch 1 (#447)
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 LayarKacaProvider.kt

* Update Dubbindo.kt

update domain

* Update Cgvindo.kt

* Update DramaidProvider.kt

* Update DutaMovie.kt

* Update Ngefilm.kt

* Update Pusatfilm.kt

* Update LayarKacaProvider.kt

* Update build.gradle.kts

* Update RebahinProvider.kt

* Update DutaMovie.kt

Update mainurl
  • Loading branch information
adityajd authored Dec 14, 2023
1 parent a90648f commit fc909fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
8 changes: 6 additions & 2 deletions Gomov/src/main/kotlin/com/hexated/DutaMovie.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ import com.lagradost.cloudstream3.utils.httpsify
import com.lagradost.cloudstream3.utils.loadExtractor

class DutaMovie : Gomov() {
override var mainUrl = "https://bioskop.dutamovie21.vip"
override var name = "DutaMovie"

override var mainUrl = "https://cinema.dutamovie21.vip"



override var name = "DutaMovie"
override val mainPage = mainPageOf(
"category/box-office/page/%d/" to "Box Office",
"category/serial-tv/page/%d/" to "Serial TV",
Expand Down
5 changes: 4 additions & 1 deletion Gomov/src/main/kotlin/com/hexated/Ngefilm.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ package com.hexated
import com.lagradost.cloudstream3.mainPageOf

class Ngefilm : Gomov() {
override var mainUrl = "https://nge-film21.pics"

override var mainUrl = "https://nge-film21.fun"


override var name = "Ngefilm"

override val mainPage = mainPageOf(
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.53"
override var mainUrl = "http://179.43.163.54"
private var directUrl: String? = null
override var name = "Rebahin"
override val hasMainPage = true
Expand Down

0 comments on commit fc909fa

Please sign in to comment.