open the good extractor

This commit is contained in:
Eddy 2022-09-23 19:45:45 +02:00
parent fcfc471928
commit b6bab4adc8

View file

@ -10,8 +10,8 @@ class WiflixPlugin: Plugin() {
override fun load(context: Context) { override fun load(context: Context) {
// All providers should be added in this manner. Please don't edit the providers list directly. // All providers should be added in this manner. Please don't edit the providers list directly.
registerMainAPI(WiflixProvider()) registerMainAPI(WiflixProvider())
registerExtractorAPI(DoodStreamExtractor()) registerExtractorAPI(DoodComExtractor())
registerExtractorAPI(StreamSBPlus()) registerExtractorAPI(Sbspeed())
} }