From 65af1dfeadd0efd98381feaf8f60c07e8ea20df5 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 3 Nov 2024 17:59:01 +1300 Subject: [PATCH] hdtorrents: add flaresolverr config info --- src/Jackett.Common/Indexers/Definitions/HDTorrents.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs b/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs index fd58e6002..9203beace 100644 --- a/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs +++ b/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs @@ -62,6 +62,7 @@ namespace Jackett.Common.Indexers.Definitions configData: new ConfigurationDataBasicLogin("For best results, change the Torrents per page: setting to 100 on your account profile.")) { configData.AddDynamic("freeleech", new BoolConfigurationItem("Search freeleech only") { Value = false }); + configData.AddDynamic("flaresolverr", new DisplayInfoConfigurationItem("FlareSolverr", "This site may use Cloudflare DDoS Protection, therefore Jackett requires FlareSolverr to access it.")); } private TorznabCapabilities SetCapabilities()