new streamtape extractor

This commit is contained in:
coxju 2024-01-07 09:56:14 +05:30
parent f687508521
commit 684e15a479
2 changed files with 6 additions and 0 deletions

View file

@ -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"
}

View file

@ -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<ExtractorApi> = arrayListOf(
StreamTape(),
StreamTapeNet(),
ShaveTape(),
StreamTapeXyz(),
//mixdrop extractors
MixDropBz(),