mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
greekdiamind: add minimumratio
This commit is contained in:
parent
d1eb01ca77
commit
4153adaacd
1 changed files with 3 additions and 3 deletions
|
@ -93,9 +93,7 @@ login:
|
|||
uid: "{{ .Config.uid }}"
|
||||
pwd: "{{ .Config.pwd }}"
|
||||
error:
|
||||
- selector: form[action="index.php?page=login&returnto=index.php"] table tr:nth-of-type(2) td
|
||||
message:
|
||||
selector: form[action="index.php?page=login&returnto=index.php"] table tr:nth-of-type(2) td span
|
||||
- selector: form[action="index.php?page=login&returnto=index.php"] table tr:nth-of-type(2) td span
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href="logout.php"]
|
||||
|
@ -176,4 +174,6 @@ search:
|
|||
"*": 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
minimumratio:
|
||||
text: 1.0
|
||||
# xbtit dt fm v20.0
|
||||
|
|
Loading…
Reference in a new issue