mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-17 04:05:57 +01:00
lostfilm: update alternate domains. #1922
This commit is contained in:
@@ -37,7 +37,6 @@ namespace Jackett.Common.Indexers.Definitions
|
|||||||
"https://www.lostfilm.download/", // 43/43 // 9/9
|
"https://www.lostfilm.download/", // 43/43 // 9/9
|
||||||
"https://www.lostfilm.life/", // 27/43 // 6/9
|
"https://www.lostfilm.life/", // 27/43 // 6/9
|
||||||
"https://www.lostfilm.uno/", // 25/43 // 7/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
|
"https://www.lostfilm.tw/", // 25/43 // 7/9
|
||||||
};
|
};
|
||||||
public override string[] LegacySiteLinks => new[]
|
public override string[] LegacySiteLinks => new[]
|
||||||
@@ -45,6 +44,7 @@ namespace Jackett.Common.Indexers.Definitions
|
|||||||
"https://lostfilm.site", // redirects to .tw
|
"https://lostfilm.site", // redirects to .tw
|
||||||
"https://lostfilm.tw/", // redirects to www.
|
"https://lostfilm.tw/", // redirects to www.
|
||||||
"https://www.lostfilm.run/", // ERR_NAME_NOT_RESOLVED
|
"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 Language => "ru-RU";
|
||||||
public override string Type => "semi-private";
|
public override string Type => "semi-private";
|
||||||
@@ -153,6 +153,7 @@ namespace Jackett.Common.Indexers.Definitions
|
|||||||
base.LoadValuesFromJson(jsonConfig, useProtectionService);
|
base.LoadValuesFromJson(jsonConfig, useProtectionService);
|
||||||
|
|
||||||
webclient?.AddTrustedCertificate(new Uri(SiteLink).Host, "34287FB53A58EC6AE590E7DD7E03C70C0263CADC"); // for *.tw expired 01/Apr/21
|
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()
|
public override async Task<ConfigurationData> GetConfigurationForSetup()
|
||||||
|
|||||||
Reference in New Issue
Block a user