mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
nostalgic: drop rows without download
to prevent download selector error
This commit is contained in:
@@ -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="]
|
||||
|
Reference in New Issue
Block a user