From 0fb9fb38034f08d88656c1ded192341203e9973c Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 14 Oct 2024 09:30:49 +1300 Subject: [PATCH] assorted: adding comment re: using cookie method --- src/Jackett.Common/Definitions/abtorrents.yml | 1 + src/Jackett.Common/Definitions/aidoruonline.yml | 1 + src/Jackett.Common/Definitions/audiences.yml | 1 + src/Jackett.Common/Definitions/beload.yml | 1 + src/Jackett.Common/Definitions/crazyspirits.yml | 1 + 5 files changed, 5 insertions(+) diff --git a/src/Jackett.Common/Definitions/abtorrents.yml b/src/Jackett.Common/Definitions/abtorrents.yml index f80be13bb..8e34e716f 100644 --- a/src/Jackett.Common/Definitions/abtorrents.yml +++ b/src/Jackett.Common/Definitions/abtorrents.yml @@ -104,6 +104,7 @@ settings: default: "Account retention rules:
  1. Any account that has unread PMs older than 14 days or has not logged in for 30 days will be suspended
  2. Any account that has not been logged into for 90 days is deemed inactive and will thus be purged
  3. Any account that has not been logged into for 30 days is deemed inactive and will be put on suspension until User logs in again
  4. User’s stats, points, and history are irrevocably lost when purged
  5. Logging into the site is the ONLY way to keep an account active
  6. SEEDING ONLY does NOT constitute site activity.
" login: + # using cookie method because login page simplecaptcha generates Exception: Cannot access child value on Newtonsoft.Json.Linq.JValue. method: cookie test: path: index.php diff --git a/src/Jackett.Common/Definitions/aidoruonline.yml b/src/Jackett.Common/Definitions/aidoruonline.yml index 31ecf21bc..50906a031 100644 --- a/src/Jackett.Common/Definitions/aidoruonline.yml +++ b/src/Jackett.Common/Definitions/aidoruonline.yml @@ -59,6 +59,7 @@ settings: asc: asc login: + # using cookie method because login page returns 0 bytes with a cookie flog=6 method: cookie inputs: cookie: "{{ .Config.cookie }}" diff --git a/src/Jackett.Common/Definitions/audiences.yml b/src/Jackett.Common/Definitions/audiences.yml index 5d0126f69..05095c924 100644 --- a/src/Jackett.Common/Definitions/audiences.yml +++ b/src/Jackett.Common/Definitions/audiences.yml @@ -65,6 +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. method: cookie inputs: cookie: "{{ .Config.cookie }}" diff --git a/src/Jackett.Common/Definitions/beload.yml b/src/Jackett.Common/Definitions/beload.yml index 29dc9db25..2bc25fa9b 100644 --- a/src/Jackett.Common/Definitions/beload.yml +++ b/src/Jackett.Common/Definitions/beload.yml @@ -75,6 +75,7 @@ settings: asc: asc login: + # using cookie method because login page has embedded Goggle reCAPTCHA method: cookie inputs: cookie: "{{ .Config.cookie }}" diff --git a/src/Jackett.Common/Definitions/crazyspirits.yml b/src/Jackett.Common/Definitions/crazyspirits.yml index 4cf1980d7..3b69f6094 100644 --- a/src/Jackett.Common/Definitions/crazyspirits.yml +++ b/src/Jackett.Common/Definitions/crazyspirits.yml @@ -156,6 +156,7 @@ settings: asc: asc login: + # using cookie method because login page has embedded Goggle reCAPTCHA method: cookie inputs: cookie: "{{ .Config.cookie }}"