mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 10:48:26 +00:00
lostfilm: domain fixes. resolves #14398
This commit is contained in:
parent
dc352744c7
commit
8affee4b2d
1 changed files with 8 additions and 7 deletions
|
@ -24,23 +24,24 @@ 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.run/";
|
||||
public override string SiteLink { get; protected set; } = "https://www.lostfilm.life/";
|
||||
public override string[] AlternativeSiteLinks => new[]
|
||||
{
|
||||
"https://www.lostfilm.run/",
|
||||
"https://www.lostfilmtv.site/",
|
||||
"https://www.lostfilm.tv/",
|
||||
"https://www.lostfilm.win/",
|
||||
"https://www.lostfilm.tw/",
|
||||
"https://www.lostfilm.life/",
|
||||
"https://www.lostfilmtv2.site/",
|
||||
"https://www.lostfilmtv3.site/",
|
||||
"https://www.lostfilmtv5.site/",
|
||||
"https://www.lostfilm.uno/"
|
||||
};
|
||||
public override string[] LegacySiteLinks => new[]
|
||||
{
|
||||
"https://lostfilm.site",
|
||||
"https://lostfilm.tw/",
|
||||
"https://www.lostfilm.run/",
|
||||
"https://www.lostfilmtv.site/",
|
||||
"https://www.lostfilm.tv/",
|
||||
"https://www.lostfilm.win/",
|
||||
"https://www.lostfilm.tw/",
|
||||
"https://www.lostfilm.uno/",
|
||||
};
|
||||
public override string Language => "ru-RU";
|
||||
public override string Type => "semi-private";
|
||||
|
|
Loading…
Add table
Reference in a new issue