Merge branch 'hexated:master' into master

This commit is contained in:
phisher98 2024-03-21 12:53:42 +05:30 committed by GitHub
commit b32fd40a32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 8 deletions

View File

@ -11,7 +11,7 @@ import org.jsoup.nodes.Element
import java.net.URI import java.net.URI
class IdlixProvider : MainAPI() { class IdlixProvider : MainAPI() {
override var mainUrl = "https://tv.idlixplus.net" override var mainUrl = "https://tv.idlixofficial.co"
private var directUrl = mainUrl private var directUrl = mainUrl
override var name = "Idlix" override var name = "Idlix"
override val hasMainPage = true override val hasMainPage = true
@ -302,4 +302,4 @@ class IdlixProvider : MainAPI() {
) )
} }

View File

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

View File

@ -12,12 +12,12 @@ import org.jsoup.nodes.Element
import java.net.URI import java.net.URI
open class RebahinProvider : MainAPI() { open class RebahinProvider : MainAPI() {
override var mainUrl = "http://179.43.169.211/" override var mainUrl = "http://rebahin.skin/"
private var directUrl: String? = null private var directUrl: String? = null
override var name = "Rebahin" override var name = "Rebahin"
override val hasMainPage = true override val hasMainPage = true
override var lang = "id" override var lang = "id"
open var mainServer = "http://179.43.169.211/" open var mainServer = "http://rebahin.skin/"
override val supportedTypes = setOf( override val supportedTypes = setOf(
TvType.Movie, TvType.Movie,
TvType.TvSeries, TvType.TvSeries,

View File

@ -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 = 227 version = 228
android { android {
defaultConfig { defaultConfig {

View File

@ -117,12 +117,11 @@ open class SoraStream : TmdbProvider() {
const val moflixAPI = "https://moflix-stream.xyz" const val moflixAPI = "https://moflix-stream.xyz"
const val zoechipAPI = "https://zoechip.org" const val zoechipAPI = "https://zoechip.org"
const val nepuAPI = "https://nepu.to" const val nepuAPI = "https://nepu.to"
const val fdMoviesAPI = "https://freedrivemovie.com" const val fdMoviesAPI = "https://freedrivemovie.com"
const val uhdmoviesAPI = "https://uhdmovies.asia" const val uhdmoviesAPI = "https://uhdmovies.asia"
const val hdmovies4uAPI = "https://hdmovies4u.day" const val hdmovies4uAPI = "https://hdmovies4u.day"
const val vegaMoviesAPI = "https://vegamovies.ong" const val vegaMoviesAPI = "https://vegamovies.ong"
const val dotmoviesAPI = "https://dotmovies.one" const val dotmoviesAPI = "https://luxmovies.biz"
const val tvMoviesAPI = "https://www.tvseriesnmovies.com" const val tvMoviesAPI = "https://www.tvseriesnmovies.com"
const val dahmerMoviesAPI = "https://odd-bird-1319.zwuhygoaqe.workers.dev" const val dahmerMoviesAPI = "https://odd-bird-1319.zwuhygoaqe.workers.dev"