mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
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(),
|
||||||
|
|
Loading…
Reference in a new issue