mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +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)
|
selector: div > span:nth-child(2)
|
||||||
leechers:
|
leechers:
|
||||||
selector: div > span:nth-child(3)
|
selector: div > span:nth-child(3)
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["N/A", "0"]
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: 0
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
|
|
Loading…
Reference in a new issue