mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
bitofvalor: prevent error when processing rows. #13890
This commit is contained in:
parent
bd24ec37cd
commit
d0ad1f0b52
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ search:
|
|||
# does not support imdbid search nor has imdbid link in results
|
||||
|
||||
rows:
|
||||
selector: tr:has(a[onmouseover])
|
||||
selector: tr:has(a[onmouseover]):not(:has(td.outer))
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue