mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02: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