From 42fd0b5c76d44b495e4e48dbdd4e27ca0849f4db Mon Sep 17 00:00:00 2001 From: coxju <118901131+coxju@users.noreply.github.com> Date: Tue, 9 Jan 2024 04:16:19 +0530 Subject: [PATCH] new streamtape extractor (#857) --- .../java/com/lagradost/cloudstream3/extractors/StreamTape.kt | 4 ++++ .../java/com/lagradost/cloudstream3/utils/ExtractorApi.kt | 2 ++ 2 files changed, 6 insertions(+) diff --git a/app/src/main/java/com/lagradost/cloudstream3/extractors/StreamTape.kt b/app/src/main/java/com/lagradost/cloudstream3/extractors/StreamTape.kt index ece8dc4b..2ee98c65 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/extractors/StreamTape.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/extractors/StreamTape.kt @@ -9,6 +9,10 @@ class StreamTapeNet : StreamTape() { override var mainUrl = "https://streamtape.net" } +class StreamTapeXyz : StreamTape() { + override var mainUrl = "https://streamtape.xyz" +} + class ShaveTape : StreamTape(){ override var mainUrl = "https://shavetape.cash" } 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 2f686a2c..1ae1b9b5 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt @@ -152,6 +152,7 @@ import com.lagradost.cloudstream3.extractors.StreamSB8 import com.lagradost.cloudstream3.extractors.StreamSB9 import com.lagradost.cloudstream3.extractors.StreamTape import com.lagradost.cloudstream3.extractors.StreamTapeNet +import com.lagradost.cloudstream3.extractors.StreamTapeXyz import com.lagradost.cloudstream3.extractors.StreamhideCom import com.lagradost.cloudstream3.extractors.StreamhideTo import com.lagradost.cloudstream3.extractors.Streamhub2 @@ -620,6 +621,7 @@ val extractorApis: MutableList = arrayListOf( StreamTape(), StreamTapeNet(), ShaveTape(), + StreamTapeXyz(), //mixdrop extractors MixDropBz(),