mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
torrentproject2: leechers can be n/a resolves #7124
This commit is contained in:
parent
24c907961c
commit
c22b2b3ea6
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@
|
|||
selector: div > span:nth-child(2)
|
||||
leechers:
|
||||
selector: div > span:nth-child(3)
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["N/A", "0"]
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
|
|
Loading…
Reference in a new issue