Update ExtractorApi.kt

This commit is contained in:
phisher98 2024-03-28 01:03:13 +05:30 committed by GitHub
parent 96376ead91
commit 519c282905
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -866,8 +866,8 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
Megacloud(),
VidhideExtractor(),
StreamWishExtractor(),
EmturbovidExtractor()
vtbe()
EmturbovidExtractor(),
vtbe(),
EPlay()
)