mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +00:00
mactorrents: filter out torrents without download link. resolves #6505
This commit is contained in:
parent
d028c11bb0
commit
75020d9a6c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
inputs:
|
||||
s: "{{.Keywords}}"
|
||||
rows:
|
||||
selector: div.iso-item article
|
||||
selector: div.iso-item article:has(a.download)
|
||||
fields:
|
||||
title:
|
||||
selector: div.blog-content h3 a
|
||||
|
|
Loading…
Reference in a new issue