mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
tribalmixes: replace -1 leechers with 0
This commit is contained in:
parent
41b4c8d2b6
commit
04947fbae5
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ search:
|
|||
filters:
|
||||
- name: regexp
|
||||
args: ", (\\d+) leecher"
|
||||
- name: replace
|
||||
args: ["-1", "0"]
|
||||
date:
|
||||
selector: a[href^="/download.php?id="]
|
||||
attribute: title
|
||||
|
|
Loading…
Add table
Reference in a new issue