From 3b9a7edb62490e07f1729d2b09b9ae5ebd58ae62 Mon Sep 17 00:00:00 2001 From: Diego Heras Date: Tue, 15 Dec 2020 23:25:35 +0100 Subject: [PATCH] mejortorrent: add flaresolverr message. resolves #10500 (#10524) --- src/Jackett.Common/Indexers/MejorTorrent.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index d8856b743..7f783d31f 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -78,6 +78,8 @@ namespace Jackett.Common.Indexers var matchWords = new BoolItem { Name = "Match words in title", Value = true }; configData.AddDynamic("MatchWords", matchWords); + configData.AddDynamic("flaresolverr", new DisplayItem("This site may use Cloudflare DDoS Protection, therefore Jackett requires FlareSolver to access it."){ Name = "FlareSolverr"}); + AddCategoryMapping(MejorTorrentCatType.Pelicula, TorznabCatType.Movies, "Pelicula"); AddCategoryMapping(MejorTorrentCatType.Serie, TorznabCatType.TVSD, "Serie"); AddCategoryMapping(MejorTorrentCatType.SerieHd, TorznabCatType.TVHD, "Serie HD");