From 684e15a47912301feeb27c8a7b9c03e0b6563ab1 Mon Sep 17 00:00:00 2001 From: coxju Date: Sun, 7 Jan 2024 09:56:14 +0530 Subject: [PATCH] new streamtape extractor --- .../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 deb0eb3c..fe033e61 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/utils/ExtractorApi.kt @@ -151,6 +151,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 @@ -619,6 +620,7 @@ val extractorApis: MutableList = arrayListOf( StreamTape(), StreamTapeNet(), ShaveTape(), + StreamTapeXyz(), //mixdrop extractors MixDropBz(),