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:
|
inputs:
|
||||||
s: "{{.Keywords}}"
|
s: "{{.Keywords}}"
|
||||||
rows:
|
rows:
|
||||||
selector: div.iso-item article
|
selector: div.iso-item article:has(a.download)
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: div.blog-content h3 a
|
selector: div.blog-content h3 a
|
||||||
|
Reference in New Issue
Block a user