abnormal: correction

This commit is contained in:
Garfield69
2020-08-04 07:27:26 +12:00
parent 83319b93e0
commit 8f4c9f8f30

View File

@@ -67,7 +67,7 @@ namespace Jackett.Common.Indexers
Encoding = Encoding.UTF8; Encoding = Encoding.UTF8;
Type = "private"; Type = "private";
// NET::ERR_CERT_DATE_INVALID expired 29 July 2020 // NET::ERR_CERT_DATE_INVALID expired 29 July 2020
wc.AddTrustedCertificate(new Uri(SiteLink).Host, "9cb32582b564256146616afddbdb8e7c94c428ed"); w.AddTrustedCertificate(new Uri(SiteLink).Host, "9cb32582b564256146616afddbdb8e7c94c428ed");
// Movies // Movies
AddCategoryMapping("MOVIE|DVDR", TorznabCatType.MoviesDVD); // DVDR AddCategoryMapping("MOVIE|DVDR", TorznabCatType.MoviesDVD); // DVDR