mirror of https://github.com/Jackett/Jackett
The Horror Charnel: fix rows selector
This commit is contained in:
parent
a53fc1e8cb
commit
6f54958ec0
|
@ -58,7 +58,7 @@
|
||||||
incldead: 1
|
incldead: 1
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: p + table > tbody > tr:has(a[href^="details.php?id="])
|
selector: p + table > tbody > tr:has(a[href^="details.php?id="]), p + table > tbody > tr[id^="kdescr"]
|
||||||
after: 1
|
after: 1
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
|
|
Loading…
Reference in New Issue