Update FrenchStreamProviderPlugin.kt

This commit is contained in:
Sarlay 2023-02-25 08:50:21 +00:00 committed by GitHub
parent d55beb8c6c
commit c49029d010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -10,6 +10,5 @@ class FrenchStreamProviderPlugin: Plugin() {
override fun load(context: Context) {
// All providers should be added in this manner. Please don't edit the providers list directly.
registerMainAPI(FrenchStreamProvider())
registerExtractorAPI(VidoExtractor())
}
}
}