mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 02:38:08 +00:00
torrent911: make row selector more specific. resolves #15375
This commit is contained in:
parent
291c165a6c
commit
dc1d28959f
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ search:
|
|||
args: ["(?i)(S)(\\d{1,3})$", "saison $2"]
|
||||
|
||||
rows:
|
||||
selector: table.table-hover > tbody > tr
|
||||
selector: table.table-hover > tbody > tr:has(td a[href])
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue