mirror of https://github.com/Jackett/Jackett
okpt: drop rows without DL
This commit is contained in:
parent
760302f2be
commit
67dfe7313f
|
@ -104,7 +104,7 @@ search:
|
|||
notnewword: 1
|
||||
|
||||
rows:
|
||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||
selector: table.torrents > tbody > tr:has(a[href^="download.php?id="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in New Issue