From cb99ba8998164f76a95cd8dc96034eb21dfccc61 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 14 Oct 2024 11:58:54 +1300 Subject: [PATCH] assorted: adding comment re: using cookie method --- src/Jackett.Common/Definitions/carphunter.yml | 1 + src/Jackett.Common/Definitions/cinemamovies.yml | 1 + src/Jackett.Common/Definitions/crt2fa.yml | 1 + src/Jackett.Common/Definitions/digitalcore.yml | 1 + src/Jackett.Common/Definitions/divteam.yml | 1 + 5 files changed, 5 insertions(+) diff --git a/src/Jackett.Common/Definitions/carphunter.yml b/src/Jackett.Common/Definitions/carphunter.yml index 454680f5c..2e7f7b031 100644 --- a/src/Jackett.Common/Definitions/carphunter.yml +++ b/src/Jackett.Common/Definitions/carphunter.yml @@ -81,6 +81,7 @@ settings: default: This indexer only supports the details link option.
Navigate to the web site account Beállítások (Settings), change the Letöltések (Download) option to Link a részletekhez (Link to Details), and click Mentés (Save). Selecting Lenyíló menü (Dropdown Menu) will return no results. login: + # using cookie method because login page has embedded Google reCAPTCHA method: cookie inputs: cookie: "{{ .Config.cookie }}" diff --git a/src/Jackett.Common/Definitions/cinemamovies.yml b/src/Jackett.Common/Definitions/cinemamovies.yml index 5ebe0f5db..2ab47d59b 100644 --- a/src/Jackett.Common/Definitions/cinemamovies.yml +++ b/src/Jackett.Common/Definitions/cinemamovies.yml @@ -85,6 +85,7 @@ settings: default: "Failure to use an account for a period of 180 days will result in the removal of the account from the CMS_ZT community." login: + # using cookie method because login page has embedded Google reCAPTCHA method: cookie inputs: cookie: "{{ .Config.cookie }}" diff --git a/src/Jackett.Common/Definitions/crt2fa.yml b/src/Jackett.Common/Definitions/crt2fa.yml index 78f8e5710..811f95318 100644 --- a/src/Jackett.Common/Definitions/crt2fa.yml +++ b/src/Jackett.Common/Definitions/crt2fa.yml @@ -56,6 +56,7 @@ settings: default: "New members must generate some torrent activity (upload, download, or cross-seed) in their account within the first 30 days of joining, otherwise their account will be automatically disabled." login: + # using cookie method because login page can present second page for 2FA when enabled method: cookie inputs: cookie: "{{ .Config.cookie }}" diff --git a/src/Jackett.Common/Definitions/digitalcore.yml b/src/Jackett.Common/Definitions/digitalcore.yml index 8c9a258a6..3ad99ffad 100644 --- a/src/Jackett.Common/Definitions/digitalcore.yml +++ b/src/Jackett.Common/Definitions/digitalcore.yml @@ -100,6 +100,7 @@ settings: default: "If your account is inactive (you do not sign in) for more than 60 days, your account is disabled. Park your account if you are going away for more than 60 days." login: + # using cookie method because login page is dynamically generated using JS method: cookie inputs: cookie: "{{ .Config.cookie }}" diff --git a/src/Jackett.Common/Definitions/divteam.yml b/src/Jackett.Common/Definitions/divteam.yml index ec66e8495..4c4bb0c6d 100644 --- a/src/Jackett.Common/Definitions/divteam.yml +++ b/src/Jackett.Common/Definitions/divteam.yml @@ -90,6 +90,7 @@ settings: default: "In principle, the STAFF reserves the right to delete any user who has not accessed the tracker in 90 days or has not downloaded/uploaded any contribution in the last 180 days, if you are going to be away for a while, park the account from your panel." login: + # using cookie method because login page has embedded Google reCAPTCHA method: cookie inputs: cookie: "{{ .Config.cookie }}"