Update ExtractorApi.kt

This commit is contained in:
phisher98 2024-03-28 01:09:32 +05:30 committed by GitHub
parent d6d1cf4006
commit 4bd5d49e4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,7 @@ import com.lagradost.cloudstream3.extractors.Zplayer
import com.lagradost.cloudstream3.extractors.ZplayerV2
import com.lagradost.cloudstream3.extractors.Ztreamhub
import com.lagradost.cloudstream3.extractors.EPlay
import com.lagradost.cloudstream3.extractors.vtbe
import com.lagradost.cloudstream3.extractors.Vtbe
import com.lagradost.cloudstream3.mvvm.logError
import com.lagradost.cloudstream3.mvvm.normalSafeApiCall
import kotlinx.coroutines.delay
@ -867,7 +867,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
VidhideExtractor(),
StreamWishExtractor(),
EmturbovidExtractor(),
vtbe(),
Vtbe(),
EPlay()
)