mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
dmhy: fix seeders, leechers and grabs. resolves #12261
This commit is contained in:
parent
1e44e0de56
commit
4bbb2f6aad
1 changed files with 9 additions and 0 deletions
|
@ -86,10 +86,19 @@ search:
|
||||||
selector: td:nth-child(5)
|
selector: td:nth-child(5)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-child(6)
|
selector: td:nth-child(6)
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["-", "0"]
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-child(7)
|
selector: td:nth-child(7)
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["-", "0"]
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-child(8)
|
selector: td:nth-child(8)
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["-", "0"]
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: 0
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
|
|
Loading…
Add table
Reference in a new issue