mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
rintor: filter in approved torrents only
This commit is contained in:
parent
c19d743010
commit
9c7310aa44
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ search:
|
||||||
args: ["(\\w+)", " +$1"] # prepend + to each word
|
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: tr[id^="tor_"]
|
selector: tr[id^="tor_"]:has(span.tor-approved) # only approved tors have .torrent and magnets.
|
||||||
filters:
|
filters:
|
||||||
- name: andmatch
|
- name: andmatch
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue