From c75b14ffc3f6f3e33f1cc4253257852b56d92e04 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 7 Jan 2024 17:04:14 +0000 Subject: [PATCH] brsociety-api: update engine to 7.1.3 --- src/Jackett.Common/Definitions/brsociety-api.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Jackett.Common/Definitions/brsociety-api.yml b/src/Jackett.Common/Definitions/brsociety-api.yml index 6b6f45769..1141f0586 100644 --- a/src/Jackett.Common/Definitions/brsociety-api.yml +++ b/src/Jackett.Common/Definitions/brsociety-api.yml @@ -30,7 +30,7 @@ settings: - name: info_key type: info label: About your API key - default: "Find or Generate a new API Token by accessing your BrSociety account My Security page and clicking on the API Token tab." + default: "Find or Generate a new API Token by accessing your BrSociety account My Settings page and clicking on the API Key tab." - name: freeleech type: checkbox label: Search freeleech only @@ -130,14 +130,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 - minimumratio: - text: 1.0 + False: 1 # normal + True: 2 # double +# global MR is 0.7 but torrents must be seeded for 4 days regardless of ratio +# minimumratio: +# text: 0.7 minimumseedtime: # 4 days (as seconds = 4 x 24 x 60 x 60) text: 345600 -# json UNIT3D 6.5.0 (custom) +# json UNIT3D 7.1.3 (custom)