mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
blutopia-api: update 7.0.0 ULVF cases
This commit is contained in:
parent
547c8ee2b7
commit
e8893c11f2
1 changed files with 3 additions and 3 deletions
|
@ -154,11 +154,11 @@ search:
|
|||
100%: 0 # freeleech
|
||||
"*": 0 # catch errors
|
||||
uploadvolumefactor:
|
||||
# api returns 0=false, 1=true
|
||||
# api returns False, True
|
||||
selector: double_upload
|
||||
case:
|
||||
0: 1 # normal
|
||||
1: 2 # double
|
||||
False: 1 # normal
|
||||
True: 2 # double
|
||||
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
|
||||
# minimumratio:
|
||||
# text: 0.4
|
||||
|
|
Loading…
Add table
Reference in a new issue