mirror of https://github.com/Jackett/Jackett
beload: reject incomplete rows. #14804
This commit is contained in:
parent
5922661a60
commit
01d1cd6411
|
@ -94,7 +94,7 @@ search:
|
||||||
# does not support imdbid searches
|
# does not support imdbid searches
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: "td.text table tbody tr:has(a[href^=\"details.php?id=\"])"
|
selector: "td.text table tbody tr:has(a[href^=\"details.php?id=\"]):not(:has(a[href=\"browse.php?cat=0\"]))"
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Reference in New Issue