mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
crabpt: drop results without DL
This commit is contained in:
parent
88300e7f28
commit
4ba6a6b910
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ search:
|
|||
notnewword: 1
|
||||
|
||||
rows:
|
||||
selector: table.torrents > tbody > tr:has(a[href^="details.php?id="])
|
||||
selector: table.torrents > tbody > tr:has(a[href^="download.php?id="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue