mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Gomov: update domain
This commit is contained in:
parent
4b54e29aa5
commit
caca55f9ec
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
import org.jetbrains.kotlin.konan.properties.Properties
|
||||
|
||||
// use an integer for version numbers
|
||||
version = 29
|
||||
version = 30
|
||||
|
||||
android {
|
||||
defaultConfig {
|
||||
|
|
|
@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.utils.httpsify
|
|||
import com.lagradost.cloudstream3.utils.loadExtractor
|
||||
|
||||
class DutaMovie : Gomov() {
|
||||
override var mainUrl = "https://drama.dutamovie21.tech/"
|
||||
override var mainUrl = "https://yandex.dutamovie21.tech"
|
||||
override var name = "DutaMovie"
|
||||
override val mainPage = mainPageOf(
|
||||
"category/box-office/page/%d/" to "Box Office",
|
||||
|
|
|
@ -3,7 +3,7 @@ package com.hexated
|
|||
import com.lagradost.cloudstream3.mainPageOf
|
||||
|
||||
class Ngefilm : Gomov() {
|
||||
override var mainUrl = "https://tv2.ngefilm21.homes"
|
||||
override var mainUrl = "https://tv3.ngefilm21.homes"
|
||||
override var name = "Ngefilm"
|
||||
override val mainPage = mainPageOf(
|
||||
"/page/%d/?s&search=advanced&post_type=movie&index&orderby&genre&movieyear&country&quality=" to "Movies Terbaru",
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.jsoup.nodes.Element
|
|||
import java.net.URI
|
||||
|
||||
class Nodrakorid : Gomov() {
|
||||
override var mainUrl = "https://no-dra-kor-id.shop"
|
||||
override var mainUrl = "https://no1.nodrakor.store"
|
||||
override var name = "Nodrakorid"
|
||||
|
||||
override val mainPage = mainPageOf(
|
||||
|
|
|
@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.TvSeriesLoadResponse
|
|||
import com.lagradost.cloudstream3.*
|
||||
|
||||
class Pusatfilm : Gomov() {
|
||||
override var mainUrl = "https://tv2.pusatfilm21.art"
|
||||
override var mainUrl = "https://pusatfilm21.vip"
|
||||
override var name = "Pusatfilm"
|
||||
override val mainPage = mainPageOf(
|
||||
"film-terbaru/page/%d/" to "Film Terbaru",
|
||||
|
|
Loading…
Reference in a new issue