added Bestx

This commit is contained in:
Shif 2023-05-04 00:42:00 +07:00
parent da89420349
commit ca82c4edfe
2 changed files with 6 additions and 0 deletions

View file

@ -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"

View file

@ -344,6 +344,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
Chillx(), Chillx(),
Watchx(), Watchx(),
Bestx(),
Keephealth(), Keephealth(),
Sbnet(), Sbnet(),
Sbasian(), Sbasian(),