mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
DutaMovie: update domain
This commit is contained in:
parent
f562427dde
commit
39de0eb2b6
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
import org.jetbrains.kotlin.konan.properties.Properties
|
import org.jetbrains.kotlin.konan.properties.Properties
|
||||||
|
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 16
|
version = 17
|
||||||
|
|
||||||
android {
|
android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|
|
@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.utils.httpsify
|
||||||
import com.lagradost.cloudstream3.utils.loadExtractor
|
import com.lagradost.cloudstream3.utils.loadExtractor
|
||||||
|
|
||||||
open class DutaMovie : Gomov() {
|
open class DutaMovie : Gomov() {
|
||||||
override var mainUrl = "https://dutamovie21.xyz"
|
override var mainUrl = "https://tv.dutamovie21.life"
|
||||||
override var name = "DutaMovie"
|
override var name = "DutaMovie"
|
||||||
|
|
||||||
override val mainPage = mainPageOf(
|
override val mainPage = mainPageOf(
|
||||||
|
|
|
@ -21,7 +21,7 @@ open class Gomov : MainAPI() {
|
||||||
TvType.AsianDrama
|
TvType.AsianDrama
|
||||||
)
|
)
|
||||||
|
|
||||||
val sources = arrayOf("https://chillx.top", "https://watchx.top", "https://bestx.stream")
|
private val sources = arrayOf("https://chillx.top", "https://watchx.top", "https://bestx.stream")
|
||||||
|
|
||||||
override val mainPage = mainPageOf(
|
override val mainPage = mainPageOf(
|
||||||
"page/%d/?s&search=advanced&post_type=movie" to "Movies",
|
"page/%d/?s&search=advanced&post_type=movie" to "Movies",
|
||||||
|
|
|
@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.utils.ExtractorLink
|
||||||
import com.lagradost.cloudstream3.utils.loadExtractor
|
import com.lagradost.cloudstream3.utils.loadExtractor
|
||||||
|
|
||||||
class Ngefilm : Gomov() {
|
class Ngefilm : Gomov() {
|
||||||
override var mainUrl = "https://nge-film21.site"
|
override var mainUrl = "https://ngef-film21.online"
|
||||||
override var name = "Ngefilm"
|
override var name = "Ngefilm"
|
||||||
|
|
||||||
override val mainPage = mainPageOf(
|
override val mainPage = mainPageOf(
|
||||||
|
|
Loading…
Reference in a new issue