mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
parent
3a26bd3a92
commit
c4aafeba1a
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ cloudstream {
|
|||
* 2: Slow
|
||||
* 3: Beta only
|
||||
* */
|
||||
status = 0 // will be 3 if unspecified
|
||||
status = 1 // will be 3 if unspecified
|
||||
tvTypes = listOf(
|
||||
"TvSeries",
|
||||
"Movie",
|
||||
|
|
|
@ -52,7 +52,7 @@ class FilmanProvider : MainAPI() {
|
|||
}
|
||||
|
||||
override suspend fun search(query: String): List<SearchResponse> {
|
||||
val url = "$mainUrl/wyszukiwarka?phrase=$query"
|
||||
val url = "$mainUrl/item?phrase=$query"
|
||||
val document = app.get(url).document
|
||||
val lists = document.select("#advanced-search > div")
|
||||
val movies = lists[1].select("#item-list > div:not(.clearfix)")
|
||||
|
|
Loading…
Reference in a new issue