mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +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
|
# does not support imdbid search nor has imdbid link in results
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: tr:has(a[onmouseover])
|
selector: tr:has(a[onmouseover]):not(:has(td.outer))
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Add table
Reference in a new issue