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
|
@ -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…
Add table
Add a link
Reference in a new issue