open the good extractor

This commit is contained in:
Eddy 2022-09-23 19:45:45 +02:00
parent fcfc471928
commit b6bab4adc8
1 changed files with 2 additions and 2 deletions

View File

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