psytorrents: ignore expired certificate. resolves #9479

This commit is contained in:
Garfield69
2020-09-10 07:09:26 +12:00
parent 5b41ab6836
commit a658540d39

View File

@@ -27,6 +27,7 @@ namespace Jackett.Common.Indexers
Type = "private";
webclient.AddTrustedCertificate(new Uri(SiteLink).Host, "B52C043ABDE7AFB2231E162B1DD468758AEEE307");
webclient.AddTrustedCertificate(new Uri(SiteLink).Host, "AAA3E062739F3733FE659BA4A89E55E4EB48063B");
AddCategoryMapping(1, TorznabCatType.Audio, "Music");
AddCategoryMapping(2, TorznabCatType.Movies, "Movies");