mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
fix altadefinizione search
This commit is contained in:
parent
d90bd2bbe8
commit
6ce1bd70c1
1 changed files with 1 additions and 2 deletions
|
@ -52,8 +52,7 @@ class AltadefinizioneProvider : MainAPI() {
|
||||||
"$mainUrl/index.php", data = mapOf(
|
"$mainUrl/index.php", data = mapOf(
|
||||||
"do" to "search",
|
"do" to "search",
|
||||||
"subaction" to "search",
|
"subaction" to "search",
|
||||||
"story" to query,
|
"story" to query
|
||||||
"sortby" to "news_read"
|
|
||||||
)
|
)
|
||||||
).document
|
).document
|
||||||
return doc.select("div.box").map {
|
return doc.select("div.box").map {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue