mirror of https://github.com/Jackett/Jackett
TranceTraffic: fix selector for single page search results
This commit is contained in:
parent
82fd53226c
commit
650b6986f9
|
@ -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/"]
|
||||
|
|
Loading…
Reference in New Issue