From 861a6ed1cbe018ab2f9f5bd131b5d419c2eff77d Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 14 Oct 2024 18:33:11 +1300 Subject: [PATCH] assorted: adding comment re: using cookie method --- src/Jackett.Common/Definitions/huntorrent.yml | 1 + src/Jackett.Common/Definitions/kamept.yml | 1 + src/Jackett.Common/Definitions/keepfriends.yml | 1 + src/Jackett.Common/Definitions/korsar.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/src/Jackett.Common/Definitions/huntorrent.yml b/src/Jackett.Common/Definitions/huntorrent.yml index 1a54d89c9..ebf56726b 100644 --- a/src/Jackett.Common/Definitions/huntorrent.yml +++ b/src/Jackett.Common/Definitions/huntorrent.yml @@ -82,6 +82,7 @@ settings: login: method: cookie + # using cookie method because login page has embedded Google reCAPTCHA inputs: cookie: "{{ .Config.cookie }}" test: diff --git a/src/Jackett.Common/Definitions/kamept.yml b/src/Jackett.Common/Definitions/kamept.yml index 99883f8f5..dcaa7b629 100644 --- a/src/Jackett.Common/Definitions/kamept.yml +++ b/src/Jackett.Common/Definitions/kamept.yml @@ -62,6 +62,7 @@ settings: default: For best results, change the Torrents per page: setting to 100 on your account profile. login: + # using cookie method because login page has embedded Clouflare turnstile method: cookie inputs: cookie: "{{ .Config.cookie }}" diff --git a/src/Jackett.Common/Definitions/keepfriends.yml b/src/Jackett.Common/Definitions/keepfriends.yml index 1507c0a68..6e3d6a5ac 100644 --- a/src/Jackett.Common/Definitions/keepfriends.yml +++ b/src/Jackett.Common/Definitions/keepfriends.yml @@ -72,6 +72,7 @@ settings: default: For best results, change the Torrents per page: setting to 100 on your account profile. login: + # using cookie method because login page has embedded Clouflare turnstile method: cookie inputs: cookie: "{{ .Config.cookie }}" diff --git a/src/Jackett.Common/Definitions/korsar.yml b/src/Jackett.Common/Definitions/korsar.yml index 6bb26c042..46132250d 100644 --- a/src/Jackett.Common/Definitions/korsar.yml +++ b/src/Jackett.Common/Definitions/korsar.yml @@ -460,6 +460,7 @@ settings: a: asc 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 }}"