mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +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
|
||||
|
||||
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:
|
||||
selector: "#serps > table > tbody > tr"
|
||||
selector: "#serps > table > tbody > tr:has(td.title-row)"
|
||||
fields:
|
||||
title:
|
||||
selector: td.title-row > a[href^="/"] > span
|
||||
|
|
Loading…
Reference in a new issue