mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Adityajd patch 1 (#448)
* 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 * Update build.gradle.kts * Update Ngefilm.kt * Update DramaSerial.kt * Update Nodrakorid.kt update mainurl * Update Pusatfilm.kt update mainurl * Update DramaSerial.kt update serverurl http://31.220.73.179/
This commit is contained in:
parent
fc909fa65b
commit
73bb664a63
5 changed files with 7 additions and 11 deletions
|
@ -11,8 +11,8 @@ import com.lagradost.cloudstream3.utils.loadExtractor
|
|||
import org.jsoup.nodes.Element
|
||||
|
||||
class DramaSerial : MainAPI() {
|
||||
override var mainUrl = "https://tv1.dramaserial.id"
|
||||
private var serverUrl = "https://juraganfilm.info"
|
||||
override var mainUrl = "https://tv3.dramaserial.id"
|
||||
private var serverUrl = "http://31.220.73.179/"
|
||||
override var name = "DramaSerial"
|
||||
override val hasMainPage = true
|
||||
override var lang = "id"
|
||||
|
|
|
@ -3,12 +3,8 @@ package com.hexated
|
|||
import com.lagradost.cloudstream3.mainPageOf
|
||||
|
||||
class Ngefilm : Gomov() {
|
||||
|
||||
override var mainUrl = "https://nge-film21.fun"
|
||||
|
||||
|
||||
override var mainUrl = "https://nge-film21.pics/"
|
||||
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",
|
||||
"/page/%d/?s=&search=advanced&post_type=tv&index=&orderby=&genre=&movieyear=&country=&quality=" to "Series Terbaru",
|
||||
|
|
|
@ -9,7 +9,7 @@ import org.jsoup.nodes.Element
|
|||
import java.net.URI
|
||||
|
||||
class Nodrakorid : Gomov() {
|
||||
override var mainUrl = "https://nodra-kor.xyz"
|
||||
override var mainUrl = "https://no-dra-kor-id.shop"
|
||||
override var name = "Nodrakorid"
|
||||
|
||||
override val mainPage = mainPageOf(
|
||||
|
@ -151,4 +151,4 @@ class Nodrakorid : Gomov() {
|
|||
@JsonProperty("first") var first: String,
|
||||
@JsonProperty("second") var second: String
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.TvSeriesLoadResponse
|
|||
import com.lagradost.cloudstream3.*
|
||||
|
||||
class Pusatfilm : Gomov() {
|
||||
override var mainUrl = "http://185.190.140.116"
|
||||
override var mainUrl = "http://31.220.90.203/"
|
||||
override var name = "Pusatfilm"
|
||||
|
||||
override val mainPage = mainPageOf(
|
||||
|
|
|
@ -25,5 +25,5 @@ cloudstream {
|
|||
)
|
||||
|
||||
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=179.43.163.53&sz=%size%"
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=179.43.163.54&sz=%size%"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue