Psytorrents: update certificate

This commit is contained in:
kaso17 2019-03-25 17:14:45 +01:00
parent 573ba5b41f
commit 68e72e41cf
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace Jackett.Common.Indexers
public class Psytorrents : GazelleTracker
{
private static readonly string[] certificateHashs = new string[] {
"455333CC651C249E1A91DFF8EFC2A5F8044FE956", // expired
"8375026D07C1EAE2DCE7157ABF255357366AE341", // expired
};
public Psytorrents(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService)