mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
u3c3: also add andmatch filter. #15374
When site would return no results for exact match, it instead seems to do some sort of fuzzy search.
This commit is contained in:
@@ -41,6 +41,8 @@ search:
|
||||
|
||||
rows:
|
||||
selector: table.torrent-list > tbody > tr:has(a[href^="/view?id="])
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
Reference in New Issue
Block a user