mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Merge branch 'hexated:master' into master
This commit is contained in:
commit
b32fd40a32
5 changed files with 7 additions and 8 deletions
|
@ -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() {
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 64
|
version = 65
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue