mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4127d8f2c8
5 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ cloudstream {
|
||||||
* 2: Slow
|
* 2: Slow
|
||||||
* 3: Beta only
|
* 3: Beta only
|
||||||
* */
|
* */
|
||||||
status = 1 // will be 3 if unspecified
|
status = 0 // will be 3 if unspecified
|
||||||
tvTypes = listOf(
|
tvTypes = listOf(
|
||||||
"AnimeMovie",
|
"AnimeMovie",
|
||||||
"Anime",
|
"Anime",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 5
|
version = 6
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -3,7 +3,7 @@ package com.hexated
|
||||||
import com.lagradost.cloudstream3.*
|
import com.lagradost.cloudstream3.*
|
||||||
|
|
||||||
class Kitanonton : RebahinProvider() {
|
class Kitanonton : RebahinProvider() {
|
||||||
override var mainUrl = "http://kitanonton.org"
|
override var mainUrl = "http://kitanonton.site"
|
||||||
override var name = "KitaNonton"
|
override var name = "KitaNonton"
|
||||||
override var mainServer = "https://199.87.210.226"
|
override var mainServer = "https://199.87.210.226"
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,6 @@ class RebahinProviderPlugin: Plugin() {
|
||||||
override fun load(context: Context) {
|
override fun load(context: Context) {
|
||||||
// All providers should be added in this manner. Please don't edit the providers list directly.
|
// All providers should be added in this manner. Please don't edit the providers list directly.
|
||||||
registerMainAPI(RebahinProvider())
|
registerMainAPI(RebahinProvider())
|
||||||
// registerMainAPI(Kitanonton())
|
registerMainAPI(Kitanonton())
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -19,7 +19,7 @@ open class TimefourTv : MainAPI() {
|
||||||
)
|
)
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val daddyUrl = "https://daddylivehd.sx"
|
const val daddyUrl = "https://daddylive.watch"
|
||||||
val daddyHost: String = URI(daddyUrl).host.split(".").first()
|
val daddyHost: String = URI(daddyUrl).host.split(".").first()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue