Merge remote-tracking branch 'origin/master'

This commit is contained in:
hexated 2023-07-19 02:33:21 +07:00
commit 4127d8f2c8
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ cloudstream {
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
status = 0 // will be 3 if unspecified
tvTypes = listOf(
"AnimeMovie",
"Anime",

View File

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

View File

@ -3,7 +3,7 @@ package com.hexated
import com.lagradost.cloudstream3.*
class Kitanonton : RebahinProvider() {
override var mainUrl = "http://kitanonton.org"
override var mainUrl = "http://kitanonton.site"
override var name = "KitaNonton"
override var mainServer = "https://199.87.210.226"

View File

@ -10,6 +10,6 @@ class RebahinProviderPlugin: Plugin() {
override fun load(context: Context) {
// All providers should be added in this manner. Please don't edit the providers list directly.
registerMainAPI(RebahinProvider())
// registerMainAPI(Kitanonton())
registerMainAPI(Kitanonton())
}
}

View File

@ -19,7 +19,7 @@ open class TimefourTv : MainAPI() {
)
companion object {
const val daddyUrl = "https://daddylivehd.sx"
const val daddyUrl = "https://daddylive.watch"
val daddyHost: String = URI(daddyUrl).host.split(".").first()
}