From 2f9aa6609d79b5d4969dada3d47d68d5b013ed93 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 28 Oct 2023 07:57:21 +1300 Subject: [PATCH] lst: -> 7.0.0 --- src/Jackett.Common/Definitions/lst.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/Jackett.Common/Definitions/lst.yml b/src/Jackett.Common/Definitions/lst.yml index a633ea629..20b9aa0d1 100644 --- a/src/Jackett.Common/Definitions/lst.yml +++ b/src/Jackett.Common/Definitions/lst.yml @@ -34,7 +34,7 @@ settings: - name: info_key type: info label: About your API key - default: "Find or Generate a new API Token by accessing your LST account My Security page and clicking on the API Token tab." + default: "Find or Generate a new API Token by accessing your LST account My Settings page and clicking on the API Key tab." - name: freeleech type: checkbox label: Search freeleech only @@ -102,9 +102,6 @@ search: selector: category_id title: selector: name - filters: - - name: re_replace - args: ["\\.", " "] details: selector: details_link download: @@ -162,15 +159,15 @@ 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 1.0 but torrents must be seeded for 5 days regardless of ratio # minimumratio: # text: 1.0 minimumseedtime: # 5 days (as seconds = 5 x 24 x 60 x 60) text: 432000 -# json UNIT3D 6.5.0 +# json UNIT3D 7.0.0