mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Adityajd patch 1 (#423)
* 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
This commit is contained in:
parent
be6b026fe0
commit
3cfa6e8dab
8 changed files with 13 additions and 13 deletions
|
@ -11,7 +11,7 @@ import org.jsoup.Jsoup
|
|||
import org.jsoup.nodes.Element
|
||||
|
||||
open class DramaidProvider : MainAPI() {
|
||||
override var mainUrl = "https://dramaid.best"
|
||||
override var mainUrl = "https://dramaid.skin"
|
||||
override var name = "DramaId"
|
||||
override val hasMainPage = true
|
||||
override var lang = "id"
|
||||
|
|
|
@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
|
|||
import org.jsoup.nodes.Element
|
||||
|
||||
class Dubbindo : MainAPI() {
|
||||
override var mainUrl = "https://www.dubbindo.xyz"
|
||||
override var mainUrl = "https://www.dubbindo.site"
|
||||
override var name = "Dubbindo"
|
||||
override val hasMainPage = true
|
||||
override var lang = "id"
|
||||
|
@ -133,4 +133,4 @@ class Dubbindo : MainAPI() {
|
|||
val type: String? = null,
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.utils.httpsify
|
|||
import com.lagradost.cloudstream3.utils.loadExtractor
|
||||
|
||||
class DutaMovie : Gomov() {
|
||||
override var mainUrl = "https://movie.dutamovie21.club"
|
||||
override var mainUrl = "https://boxoffice.dutamovie21.club"
|
||||
override var name = "DutaMovie"
|
||||
override val mainPage = mainPageOf(
|
||||
"category/box-office/page/%d/" to "Box Office",
|
||||
|
@ -16,4 +16,4 @@ class DutaMovie : Gomov() {
|
|||
"country/indonesia/page/%d/" to "Serial TV Indonesia",
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ package com.hexated
|
|||
import com.lagradost.cloudstream3.mainPageOf
|
||||
|
||||
class Ngefilm : Gomov() {
|
||||
override var mainUrl = "https://nge-film.xyz"
|
||||
override var mainUrl = "https://nge-film21.fun"
|
||||
override var name = "Ngefilm"
|
||||
|
||||
override val mainPage = mainPageOf(
|
||||
|
@ -13,4 +13,4 @@ class Ngefilm : Gomov() {
|
|||
"/page/%d/?s=&search=advanced&post_type=tv&index=&orderby=&genre=&movieyear=&country=indonesia&quality=" to "Series Indonesia",
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.TvSeriesLoadResponse
|
|||
import com.lagradost.cloudstream3.*
|
||||
|
||||
class Pusatfilm : Gomov() {
|
||||
override var mainUrl = "https://pusatfilm21.art"
|
||||
override var mainUrl = "http://185.190.140.116"
|
||||
override var name = "Pusatfilm"
|
||||
|
||||
override val mainPage = mainPageOf(
|
||||
|
@ -38,4 +38,4 @@ class Pusatfilm : Gomov() {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,5 +23,5 @@ cloudstream {
|
|||
"Movie",
|
||||
)
|
||||
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=tv4.lk21official.wiki&sz=%size%"
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=tv5.lk21official.wiki&sz=%size%"
|
||||
}
|
||||
|
|
|
@ -8,8 +8,8 @@ import com.lagradost.cloudstream3.utils.*
|
|||
import org.jsoup.nodes.Element
|
||||
|
||||
class LayarKacaProvider : MainAPI() {
|
||||
override var mainUrl = "https://tv4.lk21official.wiki"
|
||||
private var seriesUrl = "https://tv5.nontondrama.click"
|
||||
override var mainUrl = "https://tv5.lk21official.wiki"
|
||||
private var seriesUrl = "https://tv7.nontondrama.click"
|
||||
override var name = "LayarKaca"
|
||||
override val hasMainPage = true
|
||||
override var lang = "id"
|
||||
|
|
|
@ -3,7 +3,7 @@ package com.hexated
|
|||
import com.lagradost.cloudstream3.TvType
|
||||
|
||||
class Cgvindo : RebahinProvider() {
|
||||
override var mainUrl = "https://cgvindo.com/amp/"
|
||||
override var mainUrl = "http://167.86.79.231"
|
||||
override var name = "Cgvindo"
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue