diff --git a/src/Jackett.Common/Indexers/TorrentBytes.cs b/src/Jackett.Common/Indexers/TorrentBytes.cs index 7e67c0137..9be64197c 100644 --- a/src/Jackett.Common/Indexers/TorrentBytes.cs +++ b/src/Jackett.Common/Indexers/TorrentBytes.cs @@ -54,6 +54,8 @@ namespace Jackett.Common.Indexers Language = "en-us"; Type = "private"; + webclient.AddTrustedCertificate(new Uri(SiteLink).Host, "19E6BB78D720790595EBBAFA3B0D2F6282E211F6"); + AddCategoryMapping(23, TorznabCatType.TVAnime, "Anime"); AddCategoryMapping(52, TorznabCatType.PCMac, "Apple/All"); AddCategoryMapping(22, TorznabCatType.PC, "Apps/misc");