mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 07:33:12 +00:00
sktorrent: change row selector. resolves #10541
removes duplicate first result
This commit is contained in:
parent
c2af3a443c
commit
989f640e8b
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ search:
|
|||
args: replace
|
||||
|
||||
rows:
|
||||
selector: table.lista > tbody > tr > td:has(a[href^="details.php?name="])
|
||||
selector: table.lista > tbody > tr > td > table.lista > tbody > tr > td:has(a[href^="details.php?name="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue