mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
cyanbug: drop rows without dL
This commit is contained in:
parent
4a2afa2b04
commit
eb2ef44140
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ search:
|
|||
notnewword: 1
|
||||
|
||||
rows:
|
||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||
selector: table.torrents > tbody > tr:has(table.torrentname):has(a[href^="download.php?id="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue