This commit is contained in:
jack 2023-11-03 20:45:44 +07:00
parent 3a306d8075
commit 684745e278
5 changed files with 7 additions and 8 deletions

View File

@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.utils.httpsify
import com.lagradost.cloudstream3.utils.loadExtractor
class DutaMovie : Gomov() {
override var mainUrl = "https://vip.dutamovie21.club"
override var mainUrl = "https://stream.dutamovie21.club"
override var name = "DutaMovie"
override val mainPage = mainPageOf(
"category/box-office/page/%d/" to "Box Office",

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 16
version = 17
cloudstream {

View File

@ -8,8 +8,8 @@ import com.lagradost.cloudstream3.utils.*
import org.jsoup.nodes.Element
class LayarKacaProvider : MainAPI() {
override var mainUrl = "https://tv.lk21official.wiki"
private var seriesUrl = "https://tv1.nontondrama.click"
override var mainUrl = "https://tv3.lk21official.wiki"
private var seriesUrl = "https://tv5.nontondrama.click"
override var name = "LayarKaca"
override val hasMainPage = true
override var lang = "id"

View File

@ -1,7 +1,7 @@
import org.jetbrains.kotlin.konan.properties.Properties
// use an integer for version numbers
version = 190
version = 191
android {
defaultConfig {

View File

@ -2313,10 +2313,9 @@ object SoraExtractor : SoraStream() {
episode: Int? = null,
callback: (ExtractorLink) -> Unit
) {
val referer = "https://2now.tv/"
val referer = "https://bflix.gs/"
val slug = getEpisodeSlug(season, episode)
val url =
if (season == null) "$nowTvAPI/$tmdbId.mp4" else "$nowTvAPI/tv/$tmdbId/s${season}e${slug.second}.mp4"
val url = if (season == null) "$nowTvAPI/$tmdbId.mp4" else "$nowTvAPI/tv/$tmdbId/s${season}e${slug.second}.mp4"
if (!app.get(url, referer = referer).isSuccessful) return
callback.invoke(
ExtractorLink(