mirror of https://github.com/Jackett/Jackett
nostalgic: drop rows without download
to prevent download selector error
This commit is contained in:
parent
979bdec229
commit
bc127cac76
|
@ -76,7 +76,7 @@
|
|||
taglist: ""
|
||||
autocomplete_toggle: 1
|
||||
rows:
|
||||
selector: table#torrent_table tr:not(:first-child)
|
||||
selector: table#torrent_table tr:has(a[href^="torrents.php?action=download"])
|
||||
fields:
|
||||
title:
|
||||
selector: a[href^="/torrents.php?id="]
|
||||
|
|
Loading…
Reference in New Issue