diff --git a/src/Jackett.Common/Indexers/LostFilm.cs b/src/Jackett.Common/Indexers/LostFilm.cs index ec9e91aab..4fb5a3632 100644 --- a/src/Jackett.Common/Indexers/LostFilm.cs +++ b/src/Jackett.Common/Indexers/LostFilm.cs @@ -122,6 +122,7 @@ namespace Jackett.Common.Indexers cacheService: cs, configData: new ConfigurationDataCaptchaLogin()) { + wc.AddTrustedCertificate(new Uri(SiteLink).Host, "34287FB53A58EC6AE590E7DD7E03C70C0263CADC"); // for *.tw expired 01/Apr/21 } private TorznabCapabilities SetCapabilities() @@ -147,8 +148,6 @@ namespace Jackett.Common.Indexers public override void LoadValuesFromJson(JToken jsonConfig, bool useProtectionService = false) { base.LoadValuesFromJson(jsonConfig, useProtectionService); - - webclient?.AddTrustedCertificate(new Uri(SiteLink).Host, "34287FB53A58EC6AE590E7DD7E03C70C0263CADC"); // for *.tw expired 01/Apr/21 } public override async Task GetConfigurationForSetup()