mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
turktorrent: correct ratio infinity
This commit is contained in:
@@ -105,7 +105,7 @@
|
|||||||
selector: div#top div:nth-child(2) span:nth-child(2)
|
selector: div#top div:nth-child(2) span:nth-child(2)
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["Inf.", "0.00"]
|
args: ["Inf.", "2147483647"] # max int32
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: "Ratio: (.+?) Bonus:"
|
args: "Ratio: (.+?) Bonus:"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user