mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
TSC: Add ratio support (#703)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user