From 9ab3c3e6c734092976bd746132efe7b09aa5c949 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Fri, 27 Dec 2024 22:40:01 +0200 Subject: [PATCH] Update how to get cookies info for Cardigann Co-authored-by: garfield69 --- src/Prowlarr.Api.V1/Indexers/IndexerResource.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/Prowlarr.Api.V1/Indexers/IndexerResource.cs b/src/Prowlarr.Api.V1/Indexers/IndexerResource.cs index 57ce76f3a..6f1b53499 100644 --- a/src/Prowlarr.Api.V1/Indexers/IndexerResource.cs +++ b/src/Prowlarr.Api.V1/Indexers/IndexerResource.cs @@ -202,15 +202,17 @@ namespace Prowlarr.Api.V1.Indexers { case "info_cookie": field.Label = "How to get the Cookie"; - field.Value = "
  1. Login to this tracker with your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button (Chrome Browser) or HTML button (FireFox)
  5. Refresh the page by pressing F5
  6. Click on the first row entry
  7. Select the Headers tab on the Right panel
  8. Find 'cookie:' in the Request Headers section
  9. Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
"; - break; - case "info_flaresolverr": - field.Label = "FlareSolverr Info"; - field.Value = "This site may use Cloudflare DDoS Protection, therefore Prowlarr requires FlareSolverr to access it."; + field.Value = "
  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.
"; + field.HelpLink = "https://wiki.servarr.com/useful-tools#finding-cookies"; break; case "info_useragent": field.Label = "How to get the User-Agent"; field.Value = "
  1. From the same place you fetched the cookie,
  2. Find 'user-agent:' in the Request Headers section
  3. Select and Copy the whole user-agent string (everything after 'user-agent: ') and Paste here.
"; + field.HelpLink = "https://wiki.servarr.com/useful-tools#finding-cookies"; + break; + case "info_flaresolverr": + field.Label = "FlareSolverr Info"; + field.Value = "This site may use Cloudflare DDoS Protection, therefore Prowlarr requires FlareSolverr to access it."; break; case "info_category_8000": field.Label = $"About {definition.Name} Categories";