mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
mactorrents: filter out torrents without download link. resolves #6505
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user