1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-09 05:16:55 +00:00

hdtorrents: add flaresolverr config info

This commit is contained in:
Garfield69 2024-11-03 17:59:01 +13:00
parent 17fef0064d
commit 65af1dfead

View file

@ -62,6 +62,7 @@ namespace Jackett.Common.Indexers.Definitions
configData: new ConfigurationDataBasicLogin("For best results, change the <b>Torrents per page:</b> setting to <b>100</b> 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 <a href=\"https://github.com/Jackett/Jackett#configuring-flaresolverr\" target=\"_blank\">FlareSolverr</a> to access it."));
}
private TorznabCapabilities SetCapabilities()