mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 02:38:08 +00:00
lostfilm: update uptime data and change primary sitelink
cannot get Uptimia to work, so change to Uptime.com for now
This commit is contained in:
parent
a3181dd3e0
commit
c7c3339d2a
1 changed files with 13 additions and 13 deletions
|
@ -24,21 +24,21 @@ namespace Jackett.Common.Indexers
|
|||
public override string Id => "lostfilm";
|
||||
public override string Name => "LostFilm.tv";
|
||||
public override string Description => "Unique portal about foreign series";
|
||||
public override string SiteLink { get; protected set; } = "https://www.lostfilm.life/";
|
||||
public override string SiteLink { get; protected set; } = "https://www.lostfilm.tv/";
|
||||
public override string[] AlternativeSiteLinks => new[]
|
||||
{
|
||||
// Uptrends.com uptime checkpoints // Uptimia.com availability locations
|
||||
"https://www.lostfilm.life/", // 43/43 // 41/47
|
||||
"https://www.lostfilmtv5.site/", // 43/43 // 40/42
|
||||
"https://www.lostfilmtv2.site/", // 43/43 // 38/46
|
||||
"https://www.lostfilmtv3.site/", // 43/43 // 33/40
|
||||
"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
|
||||
"https://www.lostfilm.download/",
|
||||
"https://www.lostfilm.today/",
|
||||
// Uptrends.com uptime checkpoints // Uptime.com availability locations
|
||||
"https://www.lostfilm.tv/", // 43/43 // 9/9
|
||||
"https://www.lostfilmtv.site/", // 43/43 // 9/9
|
||||
"https://www.lostfilmtv5.site/", // 43/43 // 9/9
|
||||
"https://www.lostfilmtv2.site/", // 43/43 // 9/9
|
||||
"https://www.lostfilmtv3.site/", // 43/43 // 9/9
|
||||
"https://www.lostfilm.today/", // 43/43 // 9/9
|
||||
"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[]
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue