This commit is contained in:
Thorodinson1 2023-07-20 11:42:36 +05:30
parent ba709b3746
commit 7be69a9f51

View file

@ -400,7 +400,7 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
MoviehabNet(),
Jeniusplay(),
StreamoUpload(),
Gdriveplayerapi(),
Gdriveplayerapp(),
Gdriveplayerfun(),
@ -549,4 +549,4 @@ abstract class ExtractorApi {
open fun getExtractorUrl(id: String): String {
return id
}
}
}