mirror of https://github.com/Jackett/Jackett
bittorrentfiles: drop rows without a download link. #8910
This commit is contained in:
parent
c4db104cec
commit
8c724d2da1
|
@ -150,7 +150,7 @@ search:
|
|||
sort: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table.tableinborder > tbody > tr:has(a[href^="details.php"])
|
||||
selector: table.tableinborder > tbody > tr:has(a[href^="/download.php"])
|
||||
|
||||
fields:
|
||||
title:
|
||||
|
|
Loading…
Reference in New Issue