mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bwtorrents: added andmatch
filter (#15555)
Added `andmatch` filter to improve search accuracy by ensuring only relevant search results are returned.
This commit is contained in:
@@ -180,6 +180,8 @@ search:
|
|||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[width="1200"] > tbody > tr:has(a[href^="download.php/"])
|
selector: table[width="1200"] > tbody > tr:has(a[href^="download.php/"])
|
||||||
|
filters:
|
||||||
|
- name: andmatch
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
Reference in New Issue
Block a user