mirror of https://github.com/Jackett/Jackett
turktorrent: correct ratio infinity
This commit is contained in:
parent
e895a74f91
commit
880c818686
|
@ -105,7 +105,7 @@
|
|||
selector: div#top div:nth-child(2) span:nth-child(2)
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["Inf.", "0.00"]
|
||||
args: ["Inf.", "2147483647"] # max int32
|
||||
- name: regexp
|
||||
args: "Ratio: (.+?) Bonus:"
|
||||
|
||||
|
|
Loading…
Reference in New Issue