lostfilm: ignore certificate resolves #11879

This commit is contained in:
Garfield69 2021-06-07 10:46:15 +12:00
parent 8152587147
commit c1322b07ca
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ namespace Jackett.Common.Indexers
Language = "ru-ru"; Language = "ru-ru";
Type = "semi-private"; Type = "semi-private";
webclient.AddTrustedCertificate(new Uri(SiteLink).Host, "25234600906DF82792DE9F4AA75A5AED2F226577");
// TODO: review if there is only this category (movie search is enabled) // TODO: review if there is only this category (movie search is enabled)
AddCategoryMapping(1, TorznabCatType.TV); AddCategoryMapping(1, TorznabCatType.TV);
} }