mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-24 14:57:09 +01:00
dmhy: exclude row without magnets. resolves #6556
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
order: date-desc
|
||||
team_id: 0
|
||||
rows:
|
||||
selector: table tbody tr
|
||||
selector: table tbody tr:has(a[href^="magnet:?"])
|
||||
fields:
|
||||
date:
|
||||
selector: td:nth-child(1) span
|
||||
|
||||
Reference in New Issue
Block a user