mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +00:00
KickAssTorrent: improve search results
This commit is contained in:
parent
c561a55b68
commit
7b31f81957
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
path: "/new/torrents-search.php"
|
path: "/new/torrents-search.php"
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
||||||
search: "{{ .Query.Keywords }}"
|
search: "\"{{ .Query.Keywords }}\""
|
||||||
rows:
|
rows:
|
||||||
selector: table.ttable_headinner > tbody > tr[class^="t-row"]
|
selector: table.ttable_headinner > tbody > tr[class^="t-row"]
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in a new issue