mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
fixes
This commit is contained in:
parent
70e34a0ca1
commit
d4cc8bc57d
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@ class Gomunimeis : MainAPI() {
|
|||
override var name = "Gomunime.is"
|
||||
override val hasMainPage = true
|
||||
override var lang = "id"
|
||||
override val hasQuickSearch = true
|
||||
override val hasDownloadSupport = true
|
||||
|
||||
override val supportedTypes = setOf(
|
||||
|
@ -72,6 +73,8 @@ class Gomunimeis : MainAPI() {
|
|||
}
|
||||
}
|
||||
|
||||
override suspend fun quickSearch(query: String): List<SearchResponse> = search(query)
|
||||
|
||||
override suspend fun search(query: String): List<SearchResponse> {
|
||||
return app.get(
|
||||
"$mainUrl/my-ajax?page=1&limit=10&action=load_search_movie&keyword=$query",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue