mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
Isohunt: improve search handling
This commit is contained in:
parent
254f35c14b
commit
1c10e904a6
1 changed files with 4 additions and 2 deletions
|
@ -29,9 +29,11 @@
|
||||||
selector: a.btn-download
|
selector: a.btn-download
|
||||||
|
|
||||||
search:
|
search:
|
||||||
path: "{{if .Query.Keywords}}torrents/?ihq={{ .Query.Keywords}}/{{else}}/latest.php{{end}}"
|
path: "{{if .Query.Keywords}}torrents/{{else}}latest.php{{end}}"
|
||||||
|
inputs:
|
||||||
|
ihq: "{{ .Keywords }}"
|
||||||
rows:
|
rows:
|
||||||
selector: "#serps > table > tbody > tr"
|
selector: "#serps > table > tbody > tr:has(td.title-row)"
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: td.title-row > a[href^="/"] > span
|
selector: td.title-row > a[href^="/"] > span
|
||||||
|
|
Loading…
Reference in a new issue