mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
majomparade: exclude rows without downloads
This commit is contained in:
parent
4ec512d717
commit
b8bc66e25a
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ search:
|
|||
tipuska: 1
|
||||
|
||||
rows:
|
||||
selector: table#table > tbody > tr:has(a[href^="details.php?id="])
|
||||
selector: table#table > tbody > tr:has(a[href^="download.php?torrent="])
|
||||
|
||||
fields:
|
||||
download:
|
||||
|
|
Loading…
Add table
Reference in a new issue