Skip to content

Commit

Permalink
lostfilm: domain fixes. resolves #14398
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed May 29, 2023
1 parent dc35274 commit 8affee4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/Jackett.Common/Indexers/LostFilm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,24 @@ public class LostFilm : IndexerBase
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";
Expand Down

0 comments on commit 8affee4

Please sign in to comment.