mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Adityajd patch 1 (#447)
* 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
This commit is contained in:
parent
a90648fa79
commit
fc909fa65b
3 changed files with 11 additions and 4 deletions
|
@ -6,7 +6,11 @@ import com.lagradost.cloudstream3.utils.httpsify
|
|||
import com.lagradost.cloudstream3.utils.loadExtractor
|
||||
|
||||
class DutaMovie : Gomov() {
|
||||
override var mainUrl = "https://bioskop.dutamovie21.vip"
|
||||
|
||||
override var mainUrl = "https://cinema.dutamovie21.vip"
|
||||
|
||||
|
||||
|
||||
override var name = "DutaMovie"
|
||||
override val mainPage = mainPageOf(
|
||||
"category/box-office/page/%d/" to "Box Office",
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue