mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-30 01:30:51 +01:00
rintor: filter in approved torrents only
This commit is contained in:
@@ -149,7 +149,7 @@ search:
|
||||
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||
|
||||
rows:
|
||||
selector: tr[id^="tor_"]
|
||||
selector: tr[id^="tor_"]:has(span.tor-approved) # only approved tors have .torrent and magnets.
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user