fix altadefinizione search

This commit is contained in:
antonydp 2022-11-07 17:23:36 +01:00 committed by GitHub
parent d90bd2bbe8
commit 6ce1bd70c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ class AltadefinizioneProvider : MainAPI() {
"$mainUrl/index.php", data = mapOf(
"do" to "search",
"subaction" to "search",
"story" to query,
"sortby" to "news_read"
"story" to query
)
).document
return doc.select("div.box").map {