From 4c46809d65a4e9c955944821a2bb22cb84e54024 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 20 Jan 2025 05:41:30 +1300 Subject: [PATCH] assorted nexus: update login cookie comment --- src/Jackett.Common/Definitions/audiences.yml | 2 +- src/Jackett.Common/Definitions/ilolicon.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/audiences.yml b/src/Jackett.Common/Definitions/audiences.yml index 05095c924..17ccbf950 100644 --- a/src/Jackett.Common/Definitions/audiences.yml +++ b/src/Jackett.Common/Definitions/audiences.yml @@ -65,7 +65,7 @@ settings: default: "Account retention rules:
  1. Users with Extreme User and above will be retained forever
  2. Starting from 20230701, the non-login ban time will be adjusted to:
    • (Home Alone) User - 40 days
    • (Young and vigorous) Power User - 60 days
    • (Children of Jianghu) Elite User - 80 days
    • (Street Fighter) Crazy User - 100 days
    • (non-stop) Insane User - 120 days
    • (Outstanding Citizen) Veteran User - 180 days
  3. Users with no traffic (i.e. uploading/downloading data) If it is 0) If you do not log in for 7 consecutive days will be disabled
  4. 'Parked accounts' no longer enjoy the benefits of retaining accounts, and are also subject to the above rules.
" login: - # using cookie method because site has cloudflare challenge and flaresolverr is currently broken. Switch to standard nexus login when fixed. + # using cookie method because site regularly disables login page for certain events during the year method: cookie inputs: cookie: "{{ .Config.cookie }}" diff --git a/src/Jackett.Common/Definitions/ilolicon.yml b/src/Jackett.Common/Definitions/ilolicon.yml index c0930147e..47b8146d8 100644 --- a/src/Jackett.Common/Definitions/ilolicon.yml +++ b/src/Jackett.Common/Definitions/ilolicon.yml @@ -63,6 +63,7 @@ settings: default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:
  1. Veteran User or above would never be deleted.
  2. Elite User or above would never be deleted if parked (at User CP).
  3. Parked accounts would be deleted if users have not logged in for more than 400 days in a row.
  4. Unparked accounts would be deleted if users have not logged in for more than 150 days in a row.
  5. Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.
" login: + # using cookie method because I could not get the form method to work when I first created the indexer, some hidden security check method: cookie inputs: cookie: "{{ .Config.cookie }}"