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:
  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 }}"