TranceTraffic: fix selector for single page search results

This commit is contained in:
kaso17 2016-12-28 06:56:23 +01:00
parent 82fd53226c
commit 650b6986f9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
inputs:
search: "{{ .Query.Keywords }}"
rows:
selector: table.main + table > tbody > tr:has(a[href^="details.php?id="])
selector: table > tbody > tr:has(a[href^="details.php?id="])
fields:
download:
selector: a[href^="download.php/"]