From bbe17aabed4f7d8753549ba2886ec5a624435fe3 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 1 Jan 2024 19:05:41 +0700 Subject: [PATCH] fix --- SoraStream/src/main/kotlin/com/hexated/Extractors.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoraStream/src/main/kotlin/com/hexated/Extractors.kt b/SoraStream/src/main/kotlin/com/hexated/Extractors.kt index a2e33744..9f50b592 100644 --- a/SoraStream/src/main/kotlin/com/hexated/Extractors.kt +++ b/SoraStream/src/main/kotlin/com/hexated/Extractors.kt @@ -11,7 +11,7 @@ import com.lagradost.cloudstream3.apmap import com.lagradost.cloudstream3.app import com.lagradost.cloudstream3.base64Decode import com.lagradost.cloudstream3.extractors.Jeniusplay -import com.lagradost.cloudstream3.extractors.Pixeldrain +import com.lagradost.cloudstream3.extractors.PixelDrain import com.lagradost.cloudstream3.extractors.Vidplay import com.lagradost.cloudstream3.utils.* import java.math.BigInteger @@ -364,7 +364,7 @@ class FilelionsTo : Filesim() { override var mainUrl = "https://filelions.to" } -class Pixeldra : Pixeldrain() { +class Pixeldra : PixelDrain() { override val mainUrl = "https://pixeldra.in" }