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

View file

@ -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 {