mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
beload: reject incomplete rows. #14804
This commit is contained in:
parent
5922661a60
commit
01d1cd6411
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue