mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
added Bestx
This commit is contained in:
parent
da89420349
commit
ca82c4edfe
2 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,11 @@ import javax.crypto.spec.IvParameterSpec
|
||||||
import javax.crypto.spec.PBEKeySpec
|
import javax.crypto.spec.PBEKeySpec
|
||||||
import javax.crypto.spec.SecretKeySpec
|
import javax.crypto.spec.SecretKeySpec
|
||||||
|
|
||||||
|
class Bestx : Chillx() {
|
||||||
|
override val name = "Bestx"
|
||||||
|
override val mainUrl = "https://bestx.stream"
|
||||||
|
}
|
||||||
|
|
||||||
class Watchx : Chillx() {
|
class Watchx : Chillx() {
|
||||||
override val name = "Watchx"
|
override val name = "Watchx"
|
||||||
override val mainUrl = "https://watchx.top"
|
override val mainUrl = "https://watchx.top"
|
||||||
|
|
|
@ -344,6 +344,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
||||||
|
|
||||||
Chillx(),
|
Chillx(),
|
||||||
Watchx(),
|
Watchx(),
|
||||||
|
Bestx(),
|
||||||
Keephealth(),
|
Keephealth(),
|
||||||
Sbnet(),
|
Sbnet(),
|
||||||
Sbasian(),
|
Sbasian(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue