mirror of
https://github.com/Jackett/Jackett
synced 2025-02-27 00:22:54 +00:00
dmhy: exclude row without magnets. resolves #6556
This commit is contained in:
parent
b51527d340
commit
bb8f94f23a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
order: date-desc
|
order: date-desc
|
||||||
team_id: 0
|
team_id: 0
|
||||||
rows:
|
rows:
|
||||||
selector: table tbody tr
|
selector: table tbody tr:has(a[href^="magnet:?"])
|
||||||
fields:
|
fields:
|
||||||
date:
|
date:
|
||||||
selector: td:nth-child(1) span
|
selector: td:nth-child(1) span
|
||||||
|
|
Loading…
Reference in a new issue