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(),