mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
correct the name of class
This commit is contained in:
parent
6785df1f8f
commit
0b6962a5b0
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import org.jsoup.nodes.Element
|
||||||
|
|
||||||
import me.xdrop.fuzzywuzzy.FuzzySearch
|
import me.xdrop.fuzzywuzzy.FuzzySearch
|
||||||
|
|
||||||
class NekoSamaProvider : MainAPI() {
|
class NekosamaProvider : MainAPI() {
|
||||||
override var mainUrl = "https://neko-sama.fr"
|
override var mainUrl = "https://neko-sama.fr"
|
||||||
override var name = "Neko-sama"
|
override var name = "Neko-sama"
|
||||||
override val hasQuickSearch = false // recherche rapide (optionel, pas vraimet utile)
|
override val hasQuickSearch = false // recherche rapide (optionel, pas vraimet utile)
|
||||||
|
|
|
@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.plugins.Plugin
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
|
|
||||||
@CloudstreamPlugin
|
@CloudstreamPlugin
|
||||||
class VostfreePlugin: Plugin() {
|
class NekosamaPlugin: 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(NekosamaProvider())
|
registerMainAPI(NekosamaProvider())
|
||||||
|
|
Loading…
Reference in a new issue