mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bittorrentfiles: drop rows without a download link. #8910
This commit is contained in:
@@ -150,7 +150,7 @@ search:
|
|||||||
sort: "{{ .Config.type }}"
|
sort: "{{ .Config.type }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.tableinborder > tbody > tr:has(a[href^="details.php"])
|
selector: table.tableinborder > tbody > tr:has(a[href^="/download.php"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
|
Reference in New Issue
Block a user