mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +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
|
||||
|
||||
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:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue