1
0
Fork 0
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:
kaso17 2017-02-14 08:42:15 +01:00
parent 254f35c14b
commit 1c10e904a6

View file

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