mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
lst: -> 7.0.0
This commit is contained in:
@@ -34,7 +34,7 @@ settings:
|
|||||||
- name: info_key
|
- name: info_key
|
||||||
type: info
|
type: info
|
||||||
label: About your API key
|
label: About your API key
|
||||||
default: "Find or Generate a new API Token by accessing your <a href=\"https://lst.gg/\" target=\"_blank\">LST</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
|
default: "Find or Generate a new API Token by accessing your <a href=\"https://lst.gg/\" target=\"_blank\">LST</a> account <i>My Settings</i> page and clicking on the <b>API Key</b> tab."
|
||||||
- name: freeleech
|
- name: freeleech
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Search freeleech only
|
label: Search freeleech only
|
||||||
@@ -102,9 +102,6 @@ search:
|
|||||||
selector: category_id
|
selector: category_id
|
||||||
title:
|
title:
|
||||||
selector: name
|
selector: name
|
||||||
filters:
|
|
||||||
- name: re_replace
|
|
||||||
args: ["\\.", " "]
|
|
||||||
details:
|
details:
|
||||||
selector: details_link
|
selector: details_link
|
||||||
download:
|
download:
|
||||||
@@ -162,15 +159,15 @@ 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 1.0 but torrents must be seeded for 5 days regardless of ratio
|
# global MR is 1.0 but torrents must be seeded for 5 days regardless of ratio
|
||||||
# minimumratio:
|
# minimumratio:
|
||||||
# text: 1.0
|
# text: 1.0
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 5 days (as seconds = 5 x 24 x 60 x 60)
|
# 5 days (as seconds = 5 x 24 x 60 x 60)
|
||||||
text: 432000
|
text: 432000
|
||||||
# json UNIT3D 6.5.0
|
# json UNIT3D 7.0.0
|
||||||
|
Reference in New Issue
Block a user