mirror of
https://github.com/Jackett/Jackett
synced 2025-01-20 06:29:33 +00:00
divteam: drop pinned results resolves #10196
This commit is contained in:
parent
69b951fb90
commit
e74b64d411
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ search:
|
|||
# does not support imdbid search and does not supply imdb link in results.
|
||||
|
||||
rows:
|
||||
selector: table.table.table-bordered > tbody > tr:has(a[href^="download.php?id="])
|
||||
selector: table.table.table-bordered > tbody > tr:has(a[href^="download.php?id="]):not(:has(td[style*="background-color"]))
|
||||
|
||||
fields:
|
||||
download:
|
||||
|
|
Loading…
Reference in a new issue