mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
lostfilm: refresh domains, add uptime comments. resolves #14954
check domains with Uptrends and Uptimia when adding or removing, as they have localised issues
This commit is contained in:
parent
3febafcb92
commit
31d14ee503
1 changed files with 14 additions and 13 deletions
|
@ -24,24 +24,25 @@ namespace Jackett.Common.Indexers
|
||||||
public override string Id => "lostfilm";
|
public override string Id => "lostfilm";
|
||||||
public override string Name => "LostFilm.tv";
|
public override string Name => "LostFilm.tv";
|
||||||
public override string Description => "Unique portal about foreign series";
|
public override string Description => "Unique portal about foreign series";
|
||||||
public override string SiteLink { get; protected set; } = "https://www.lostfilmtv2.site/";
|
public override string SiteLink { get; protected set; } = "https://www.lostfilm.life/";
|
||||||
public override string[] AlternativeSiteLinks => new[]
|
public override string[] AlternativeSiteLinks => new[]
|
||||||
{
|
{
|
||||||
"https://www.lostfilmtv2.site/",
|
// Uptrends.com uptime checkpoints // Uptimia.com availability locations
|
||||||
"https://www.lostfilmtv3.site/",
|
"https://www.lostfilm.life/", // 43/43 // 41/47
|
||||||
"https://www.lostfilmtv5.site/",
|
"https://www.lostfilmtv5.site/", // 43/43 // 40/42
|
||||||
"https://www.lostfilm.win/",
|
"https://www.lostfilmtv2.site/", // 43/43 // 38/46
|
||||||
"https://www.lostfilm.tw/",
|
"https://www.lostfilmtv3.site/", // 43/43 // 33/40
|
||||||
"https://www.lostfilm.uno/",
|
"https://www.lostfilm.tv/", // 39/43 // 32/42
|
||||||
|
"https://www.lostfilm.uno/", // 27/43 // 30/46
|
||||||
|
"https://www.lostfilm.win/", // 27/43 // 29/42
|
||||||
|
"https://www.lostfilm.tw/", // 26/43 // 33/46
|
||||||
|
"https://www.lostfilmtv.site/", // 18/43 // 17/45
|
||||||
};
|
};
|
||||||
public override string[] LegacySiteLinks => new[]
|
public override string[] LegacySiteLinks => new[]
|
||||||
{
|
{
|
||||||
"https://lostfilm.site",
|
"https://lostfilm.site", // redirects to .tw
|
||||||
"https://lostfilm.tw/",
|
"https://lostfilm.tw/", // redirects to www.
|
||||||
"https://www.lostfilm.run/",
|
"https://www.lostfilm.run/", // ERR_NAME_NOT_RESOLVED
|
||||||
"https://www.lostfilm.life/",
|
|
||||||
"https://www.lostfilmtv.site/",
|
|
||||||
"https://www.lostfilm.tv/",
|
|
||||||
};
|
};
|
||||||
public override string Language => "ru-RU";
|
public override string Language => "ru-RU";
|
||||||
public override string Type => "semi-private";
|
public override string Type => "semi-private";
|
||||||
|
|
Loading…
Add table
Reference in a new issue