mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
migrate speedostream (yomovies)
This commit is contained in:
parent
d4fff7cee6
commit
3e1f3d85bb
2 changed files with 6 additions and 19 deletions
|
@ -7,21 +7,12 @@ import com.lagradost.cloudstream3.utils.ExtractorApi
|
||||||
import com.lagradost.cloudstream3.utils.ExtractorLink
|
import com.lagradost.cloudstream3.utils.ExtractorLink
|
||||||
import com.lagradost.cloudstream3.utils.M3u8Helper
|
import com.lagradost.cloudstream3.utils.M3u8Helper
|
||||||
|
|
||||||
class SpeedoStream2 : SpeedoStream() {
|
open class Minoplres : ExtractorApi() {
|
||||||
override val mainUrl = "https://speedostream.mom"
|
|
||||||
}
|
|
||||||
|
|
||||||
class SpeedoStream1 : SpeedoStream() {
|
override val name = "Minoplres" // formerly SpeedoStream
|
||||||
override val mainUrl = "https://speedostream.pm"
|
|
||||||
}
|
|
||||||
|
|
||||||
open class SpeedoStream : ExtractorApi() {
|
|
||||||
override val name = "SpeedoStream"
|
|
||||||
override val mainUrl = "https://speedostream.bond"
|
|
||||||
override val requiresReferer = true
|
override val requiresReferer = true
|
||||||
|
override val mainUrl = "https://minoplres.xyz" // formerly speedostream.bond
|
||||||
// .bond, .pm, .mom redirect to .bond
|
private val hostUrl = "https://minoplres.xyz"
|
||||||
private val hostUrl = "https://speedostream.bond"
|
|
||||||
|
|
||||||
override suspend fun getUrl(url: String, referer: String?): List<ExtractorLink> {
|
override suspend fun getUrl(url: String, referer: String?): List<ExtractorLink> {
|
||||||
val sources = mutableListOf<ExtractorLink>()
|
val sources = mutableListOf<ExtractorLink>()
|
|
@ -82,6 +82,7 @@ import com.lagradost.cloudstream3.extractors.Maxstream
|
||||||
import com.lagradost.cloudstream3.extractors.Mcloud
|
import com.lagradost.cloudstream3.extractors.Mcloud
|
||||||
import com.lagradost.cloudstream3.extractors.Megacloud
|
import com.lagradost.cloudstream3.extractors.Megacloud
|
||||||
import com.lagradost.cloudstream3.extractors.Meownime
|
import com.lagradost.cloudstream3.extractors.Meownime
|
||||||
|
import com.lagradost.cloudstream3.extractors.Minoplres
|
||||||
import com.lagradost.cloudstream3.extractors.MixDrop
|
import com.lagradost.cloudstream3.extractors.MixDrop
|
||||||
import com.lagradost.cloudstream3.extractors.MixDropBz
|
import com.lagradost.cloudstream3.extractors.MixDropBz
|
||||||
import com.lagradost.cloudstream3.extractors.MixDropCh
|
import com.lagradost.cloudstream3.extractors.MixDropCh
|
||||||
|
@ -118,9 +119,6 @@ import com.lagradost.cloudstream3.extractors.Sbthe
|
||||||
import com.lagradost.cloudstream3.extractors.Sendvid
|
import com.lagradost.cloudstream3.extractors.Sendvid
|
||||||
import com.lagradost.cloudstream3.extractors.ShaveTape
|
import com.lagradost.cloudstream3.extractors.ShaveTape
|
||||||
import com.lagradost.cloudstream3.extractors.Solidfiles
|
import com.lagradost.cloudstream3.extractors.Solidfiles
|
||||||
import com.lagradost.cloudstream3.extractors.SpeedoStream
|
|
||||||
import com.lagradost.cloudstream3.extractors.SpeedoStream1
|
|
||||||
import com.lagradost.cloudstream3.extractors.SpeedoStream2
|
|
||||||
import com.lagradost.cloudstream3.extractors.Ssbstream
|
import com.lagradost.cloudstream3.extractors.Ssbstream
|
||||||
import com.lagradost.cloudstream3.extractors.StreamM4u
|
import com.lagradost.cloudstream3.extractors.StreamM4u
|
||||||
import com.lagradost.cloudstream3.extractors.StreamSB
|
import com.lagradost.cloudstream3.extractors.StreamSB
|
||||||
|
@ -748,9 +746,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
||||||
Vido(),
|
Vido(),
|
||||||
Linkbox(),
|
Linkbox(),
|
||||||
Acefile(),
|
Acefile(),
|
||||||
SpeedoStream(),
|
Minoplres(), // formerly SpeedoStream
|
||||||
SpeedoStream1(),
|
|
||||||
SpeedoStream2(),
|
|
||||||
Zorofile(),
|
Zorofile(),
|
||||||
Embedgram(),
|
Embedgram(),
|
||||||
Mvidoo(),
|
Mvidoo(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue