mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
The Horror Charnel: improve rows selector
This commit is contained in:
parent
3ae850e69b
commit
5095c543d0
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
incldead: 1
|
||||
|
||||
rows:
|
||||
selector: p + table > tbody > tr:has(a[href^="details.php?id="]), p + table > tbody > tr[id^="kdescr"]
|
||||
selector: p + table > tbody > tr:has(a[href^="download.php"]), p + table > tbody > tr:has(a[href^="download.php"]) + tr[id^="kdescr"] # sometimes an unexpected tr[id^="kdescr"] row shows up (for unpublished torrents?)
|
||||
filters:
|
||||
- name: andmatch
|
||||
after: 1
|
||||
|
|
Loading…
Reference in a new issue