Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hexated committed Dec 15, 2023
2 parents 15f99b4 + 73bb664 commit 0db99c3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions DramaSerial/src/main/kotlin/com/hexated/DramaSerial.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 6 additions & 2 deletions Gomov/src/main/kotlin/com/hexated/DutaMovie.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ import com.lagradost.cloudstream3.utils.httpsify
import com.lagradost.cloudstream3.utils.loadExtractor

class DutaMovie : Gomov() {
override var mainUrl = "https://bioskop.dutamovie21.vip"
override var name = "DutaMovie"

override var mainUrl = "https://cinema.dutamovie21.vip"



override var name = "DutaMovie"
override val mainPage = mainPageOf(
"category/box-office/page/%d/" to "Box Office",
"category/serial-tv/page/%d/" to "Serial TV",
Expand Down
3 changes: 1 addition & 2 deletions Gomov/src/main/kotlin/com/hexated/Ngefilm.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ package com.hexated
import com.lagradost.cloudstream3.mainPageOf

class Ngefilm : Gomov() {
override var mainUrl = "https://nge-film21.pics"
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",
Expand Down
4 changes: 2 additions & 2 deletions Gomov/src/main/kotlin/com/hexated/Nodrakorid.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -151,4 +151,4 @@ class Nodrakorid : Gomov() {
@JsonProperty("first") var first: String,
@JsonProperty("second") var second: String
)
}
}
2 changes: 1 addition & 1 deletion Gomov/src/main/kotlin/com/hexated/Pusatfilm.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion RebahinProvider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0db99c3

Please sign in to comment.