mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
tribalmixes: replace -1 leechers with 0
This commit is contained in:
@@ -117,6 +117,8 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: ", (\\d+) leecher"
|
args: ", (\\d+) leecher"
|
||||||
|
- name: replace
|
||||||
|
args: ["-1", "0"]
|
||||||
date:
|
date:
|
||||||
selector: a[href^="/download.php?id="]
|
selector: a[href^="/download.php?id="]
|
||||||
attribute: title
|
attribute: title
|
||||||
|
Reference in New Issue
Block a user