lostfilm: update alternate domains. #1922

This commit is contained in:
Garfield69
2025-03-17 14:43:31 +13:00
parent 8ae793fd87
commit fed3f22f98

View File

@@ -37,7 +37,6 @@ namespace Jackett.Common.Indexers.Definitions
"https://www.lostfilm.download/", // 43/43 // 9/9
"https://www.lostfilm.life/", // 27/43 // 6/9
"https://www.lostfilm.uno/", // 25/43 // 7/9
"https://www.lostfilm.win/", // 25/43 // 7/9
"https://www.lostfilm.tw/", // 25/43 // 7/9
};
public override string[] LegacySiteLinks => new[]
@@ -45,6 +44,7 @@ namespace Jackett.Common.Indexers.Definitions
"https://lostfilm.site", // redirects to .tw
"https://lostfilm.tw/", // redirects to www.
"https://www.lostfilm.run/", // ERR_NAME_NOT_RESOLVED
"https://www.lostfilm.win/", // ERR_NAME_NOT_RESOLVED
};
public override string Language => "ru-RU";
public override string Type => "semi-private";
@@ -153,6 +153,7 @@ namespace Jackett.Common.Indexers.Definitions
base.LoadValuesFromJson(jsonConfig, useProtectionService);
webclient?.AddTrustedCertificate(new Uri(SiteLink).Host, "34287FB53A58EC6AE590E7DD7E03C70C0263CADC"); // for *.tw expired 01/Apr/21
webclient?.AddTrustedCertificate(new Uri(SiteLink).Host, "5198DB6D2792F18928BC7959FBC11592F5EEAED6"); // for *.uno expired 22/Feb/25
}
public override async Task<ConfigurationData> GetConfigurationForSetup()