mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
new streamtape extractor (#857)
This commit is contained in:
parent
42774f6183
commit
42fd0b5c76
2 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,10 @@ class StreamTapeNet : StreamTape() {
|
||||||
override var mainUrl = "https://streamtape.net"
|
override var mainUrl = "https://streamtape.net"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class StreamTapeXyz : StreamTape() {
|
||||||
|
override var mainUrl = "https://streamtape.xyz"
|
||||||
|
}
|
||||||
|
|
||||||
class ShaveTape : StreamTape(){
|
class ShaveTape : StreamTape(){
|
||||||
override var mainUrl = "https://shavetape.cash"
|
override var mainUrl = "https://shavetape.cash"
|
||||||
}
|
}
|
||||||
|
|
|
@ -152,6 +152,7 @@ import com.lagradost.cloudstream3.extractors.StreamSB8
|
||||||
import com.lagradost.cloudstream3.extractors.StreamSB9
|
import com.lagradost.cloudstream3.extractors.StreamSB9
|
||||||
import com.lagradost.cloudstream3.extractors.StreamTape
|
import com.lagradost.cloudstream3.extractors.StreamTape
|
||||||
import com.lagradost.cloudstream3.extractors.StreamTapeNet
|
import com.lagradost.cloudstream3.extractors.StreamTapeNet
|
||||||
|
import com.lagradost.cloudstream3.extractors.StreamTapeXyz
|
||||||
import com.lagradost.cloudstream3.extractors.StreamhideCom
|
import com.lagradost.cloudstream3.extractors.StreamhideCom
|
||||||
import com.lagradost.cloudstream3.extractors.StreamhideTo
|
import com.lagradost.cloudstream3.extractors.StreamhideTo
|
||||||
import com.lagradost.cloudstream3.extractors.Streamhub2
|
import com.lagradost.cloudstream3.extractors.Streamhub2
|
||||||
|
@ -620,6 +621,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
||||||
StreamTape(),
|
StreamTape(),
|
||||||
StreamTapeNet(),
|
StreamTapeNet(),
|
||||||
ShaveTape(),
|
ShaveTape(),
|
||||||
|
StreamTapeXyz(),
|
||||||
|
|
||||||
//mixdrop extractors
|
//mixdrop extractors
|
||||||
MixDropBz(),
|
MixDropBz(),
|
||||||
|
|
Loading…
Reference in a new issue