mirror of https://github.com/Jackett/Jackett
parent
01fb990164
commit
3b9a7edb62
|
@ -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 <a href=\"https://github.com/Jackett/Jackett#configuring-flaresolverr\" target=\"_blank\">FlareSolver</a> to access it."){ Name = "FlareSolverr"});
|
||||
|
||||
AddCategoryMapping(MejorTorrentCatType.Pelicula, TorznabCatType.Movies, "Pelicula");
|
||||
AddCategoryMapping(MejorTorrentCatType.Serie, TorznabCatType.TVSD, "Serie");
|
||||
AddCategoryMapping(MejorTorrentCatType.SerieHd, TorznabCatType.TVHD, "Serie HD");
|
||||
|
|
Loading…
Reference in New Issue