mirror of https://github.com/Jackett/Jackett
lostfilm: ignore certificate resolves #11879
This commit is contained in:
parent
8152587147
commit
c1322b07ca
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue