From fcc16c0d5bb8122b0634931cf20c4505ea730094 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 27 Dec 2024 14:44:32 +1300 Subject: [PATCH] cardigannIndexer: update info_cookie --- src/Jackett.Common/Indexers/Definitions/CardigannIndexer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/Definitions/CardigannIndexer.cs b/src/Jackett.Common/Indexers/Definitions/CardigannIndexer.cs index 8b15ce5d9..fb0be48a0 100644 --- a/src/Jackett.Common/Indexers/Definitions/CardigannIndexer.cs +++ b/src/Jackett.Common/Indexers/Definitions/CardigannIndexer.cs @@ -178,7 +178,7 @@ namespace Jackett.Common.Indexers.Definitions item = new DisplayInfoConfigurationItem($"About {Definition.Name} Categories", $"{Definition.Name} does not return categories in its search results.
To add to your Apps' Torznab indexer, replace all categories with 8000(Other)."); break; case "info_cookie": - item = new DisplayInfoConfigurationItem("How to get the Cookie", "
  1. Login to this tracker with your browser
  2. If present in the login page, ensure you have the Remember me ticked and the Log Me Out if IP Changes unticked when you login
  3. Open the DevTools panel by pressing F12
  4. Select the Network tab
  5. Click on the Doc button (Chrome Browser) or HTML button (FireFox)
  6. Refresh the page by pressing F5
  7. Click on the first row entry
  8. Select the Headers tab on the Right panel
  9. Find 'cookie:' in the Request Headers section
  10. Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
"); + item = new DisplayInfoConfigurationItem("How to get the Cookie", "
  1. Login to this tracker with your browser
  2. If present in the login page, ensure you have the Remember me ticked and the Log Me Out if IP Changes unticked when you login
  3. Navigate to the web site's torrent search page to view the list of available torrents for download
  4. Open the DevTools panel by pressing F12
  5. Select the Network tab
  6. Click on the Doc button (Chrome Browser) or HTML button (FireFox)
  7. Refresh the page by pressing F5
  8. Click on the first row entry
  9. Select the Headers tab on the Right panel
  10. Find 'cookie:' in the Request Headers section
  11. Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
"); break; case "info_flaresolverr": item = new DisplayInfoConfigurationItem("FlareSolverr", "This site may use Cloudflare DDoS Protection, therefore Jackett requires FlareSolverr to access it.");