From ca82c4edfe03025ea0a9f6032c0ddebaca7cb8c0 Mon Sep 17 00:00:00 2001 From: Shif <117321707+Shif-Jess@users.noreply.github.com> Date: Thu, 4 May 2023 00:42:00 +0700 Subject: [PATCH] added Bestx --- .../java/com/lagradost/cloudstream3/extractors/Chillx.kt | 5 +++++ .../java/com/lagradost/cloudstream3/utils/ExtractorApi.kt | 1 + 2 files changed, 6 insertions(+) diff --git a/app/src/main/java/com/lagradost/cloudstream3/extractors/Chillx.kt b/app/src/main/java/com/lagradost/cloudstream3/extractors/Chillx.kt index 5bc3b371..1c548e74 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/extractors/Chillx.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/extractors/Chillx.kt @@ -12,6 +12,11 @@ import javax.crypto.spec.IvParameterSpec import javax.crypto.spec.PBEKeySpec import javax.crypto.spec.SecretKeySpec +class Bestx : Chillx() { + override val name = "Bestx" + override val mainUrl = "https://bestx.stream" +} + class Watchx : Chillx() { override val name = "Watchx" override val mainUrl = "https://watchx.top" diff --git a/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt b/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt index cef22c40..4fde7181 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt @@ -344,6 +344,7 @@ val extractorApis: MutableList = arrayListOf( Chillx(), Watchx(), + Bestx(), Keephealth(), Sbnet(), Sbasian(),