mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 07:33:12 +00:00
parent
01fb990164
commit
3b9a7edb62
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue