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
2b75964348
commit
b200916a81
1 changed files with 4 additions and 0 deletions
|
@ -217,6 +217,8 @@ import com.lagradost.cloudstream3.extractors.Zorofile
|
||||||
import com.lagradost.cloudstream3.extractors.Zplayer
|
import com.lagradost.cloudstream3.extractors.Zplayer
|
||||||
import com.lagradost.cloudstream3.extractors.ZplayerV2
|
import com.lagradost.cloudstream3.extractors.ZplayerV2
|
||||||
import com.lagradost.cloudstream3.extractors.Ztreamhub
|
import com.lagradost.cloudstream3.extractors.Ztreamhub
|
||||||
|
import com.lagradost.cloudstream3.extractors.EPlay
|
||||||
|
import com.lagradost.cloudstream3.extractors.Vtbe
|
||||||
import com.lagradost.cloudstream3.mvvm.logError
|
import com.lagradost.cloudstream3.mvvm.logError
|
||||||
import com.lagradost.cloudstream3.mvvm.normalSafeApiCall
|
import com.lagradost.cloudstream3.mvvm.normalSafeApiCall
|
||||||
import kotlinx.coroutines.delay
|
import kotlinx.coroutines.delay
|
||||||
|
@ -865,6 +867,8 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
||||||
VidhideExtractor(),
|
VidhideExtractor(),
|
||||||
StreamWishExtractor(),
|
StreamWishExtractor(),
|
||||||
EmturbovidExtractor()
|
EmturbovidExtractor()
|
||||||
|
Vtbe()
|
||||||
|
EPlay()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue