mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
pls work
This commit is contained in:
parent
36744a22a3
commit
a50fcc8cf5
4 changed files with 11 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
package com.movizland
|
||||
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import com.lagradost.cloudstream3.*
|
||||
import com.lagradost.cloudstream3.LoadResponse.Companion.addTrailer
|
||||
import com.lagradost.cloudstream3.utils.ExtractorLink
|
||||
|
@ -71,6 +72,7 @@ class Movizland : MainAPI() {
|
|||
return newHomePageResponse(request.name, list)
|
||||
}
|
||||
|
||||
@SuppressLint("SuspiciousIndentation")
|
||||
override suspend fun search(query: String): List<SearchResponse> {
|
||||
val q = query.replace(" ".toRegex(), "%20")
|
||||
val result = arrayListOf<SearchResponse>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue