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
|
||||
|
||||
class IdlixProvider : MainAPI() {
|
||||
override var mainUrl = "https://tv.idlixplus.net"
|
||||
override var mainUrl = "https://tv.idlixofficial.co"
|
||||
private var directUrl = mainUrl
|
||||
override var name = "Idlix"
|
||||
override val hasMainPage = true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 64
|
||||
version = 65
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -12,12 +12,12 @@ import org.jsoup.nodes.Element
|
|||
import java.net.URI
|
||||
|
||||
open class RebahinProvider : MainAPI() {
|
||||
override var mainUrl = "http://179.43.169.211/"
|
||||
override var mainUrl = "http://rebahin.skin/"
|
||||
private var directUrl: String? = null
|
||||
override var name = "Rebahin"
|
||||
override val hasMainPage = true
|
||||
override var lang = "id"
|
||||
open var mainServer = "http://179.43.169.211/"
|
||||
open var mainServer = "http://rebahin.skin/"
|
||||
override val supportedTypes = setOf(
|
||||
TvType.Movie,
|
||||
TvType.TvSeries,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import org.jetbrains.kotlin.konan.properties.Properties
|
||||
|
||||
// use an integer for version numbers
|
||||
version = 227
|
||||
version = 228
|
||||
|
||||
android {
|
||||
defaultConfig {
|
||||
|
|
|
@ -117,12 +117,11 @@ open class SoraStream : TmdbProvider() {
|
|||
const val moflixAPI = "https://moflix-stream.xyz"
|
||||
const val zoechipAPI = "https://zoechip.org"
|
||||
const val nepuAPI = "https://nepu.to"
|
||||
|
||||
const val fdMoviesAPI = "https://freedrivemovie.com"
|
||||
const val uhdmoviesAPI = "https://uhdmovies.asia"
|
||||
const val hdmovies4uAPI = "https://hdmovies4u.day"
|
||||
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 dahmerMoviesAPI = "https://odd-bird-1319.zwuhygoaqe.workers.dev"
|
||||
|
||||
|
|
Loading…
Reference in a new issue