mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
blutopia-api: update 7.0.0 ULVF cases
This commit is contained in:
@@ -154,11 +154,11 @@ search:
|
|||||||
100%: 0 # freeleech
|
100%: 0 # freeleech
|
||||||
"*": 0 # catch errors
|
"*": 0 # catch errors
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
# api returns 0=false, 1=true
|
# api returns False, True
|
||||||
selector: double_upload
|
selector: double_upload
|
||||||
case:
|
case:
|
||||||
0: 1 # normal
|
False: 1 # normal
|
||||||
1: 2 # double
|
True: 2 # double
|
||||||
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
|
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
|
||||||
# minimumratio:
|
# minimumratio:
|
||||||
# text: 0.4
|
# text: 0.4
|
||||||
|
Reference in New Issue
Block a user