mirror of https://github.com/Jackett/Jackett
TSC: Add ratio support (#703)
This commit is contained in:
parent
930e9db67a
commit
5e4c64bf68
|
@ -99,7 +99,15 @@
|
||||||
path: my.php
|
path: my.php
|
||||||
|
|
||||||
ratio:
|
ratio:
|
||||||
text: "∞"
|
path: /my.php
|
||||||
|
selector: td.navi_top:contains(\"Deine Ratio:\")
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["Deine Ratio: ", ""]
|
||||||
|
- name: replace
|
||||||
|
args: [".", ""]
|
||||||
|
- name: replace
|
||||||
|
args: [",", "."]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
path: browse.php
|
path: browse.php
|
||||||
|
|
Loading…
Reference in New Issue