forked from recloudstream/cloudstream
Update ExtractorApi.kt
This commit is contained in:
parent
61f8068830
commit
d3a0ef2c34
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@ package com.lagradost.cloudstream3.utils
|
||||||
import com.lagradost.cloudstream3.utils.extractors.MixDrop
|
import com.lagradost.cloudstream3.utils.extractors.MixDrop
|
||||||
import com.lagradost.cloudstream3.utils.extractors.Mp4Upload
|
import com.lagradost.cloudstream3.utils.extractors.Mp4Upload
|
||||||
import com.lagradost.cloudstream3.utils.extractors.Shiro
|
import com.lagradost.cloudstream3.utils.extractors.Shiro
|
||||||
|
import com.lagradost.cloudstream3.utils.extractors.WcoStream
|
||||||
import com.lagradost.cloudstream3.utils.extractors.StreamTape
|
import com.lagradost.cloudstream3.utils.extractors.StreamTape
|
||||||
import com.lagradost.cloudstream3.utils.extractors.XStreamCdn
|
import com.lagradost.cloudstream3.utils.extractors.XStreamCdn
|
||||||
|
|
||||||
|
@ -54,6 +55,7 @@ fun getAndUnpack(string: String): String? {
|
||||||
val extractorApis: Array<ExtractorApi> = arrayOf(
|
val extractorApis: Array<ExtractorApi> = arrayOf(
|
||||||
//AllProvider(),
|
//AllProvider(),
|
||||||
Shiro(),
|
Shiro(),
|
||||||
|
WcoStream(),
|
||||||
Mp4Upload(),
|
Mp4Upload(),
|
||||||
StreamTape(),
|
StreamTape(),
|
||||||
MixDrop(),
|
MixDrop(),
|
||||||
|
@ -85,4 +87,4 @@ abstract class ExtractorApi {
|
||||||
open fun getExtractorUrl(id: String): String {
|
open fun getExtractorUrl(id: String): String {
|
||||||
return id
|
return id
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue