TorrenTech: fix certificate

fix #11160
This commit is contained in:
kaso17
2021-05-25 18:18:37 +02:00
parent be117c1819
commit 2a3ec65668

View File

@@ -55,6 +55,8 @@ namespace Jackett.Common.Indexers
Language = "en-us";
Type = "private";
wc.AddTrustedCertificate(new Uri(SiteLink).Host, "22E3C9896A1207EFF97599FE12B9DBB2AF8EC0CA");
AddCategoryMapping(1, TorznabCatType.AudioMP3);
AddCategoryMapping(2, TorznabCatType.AudioLossless);
AddCategoryMapping(3, TorznabCatType.AudioOther);