From c75097fb708b633ee27255dc324586acad5e50af Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:18:57 +0100 Subject: [PATCH] lostfilm: www. subdomain forced --- src/Jackett.Common/Indexers/LostFilm.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/LostFilm.cs b/src/Jackett.Common/Indexers/LostFilm.cs index 4354cbf66..6ec1f2aa2 100644 --- a/src/Jackett.Common/Indexers/LostFilm.cs +++ b/src/Jackett.Common/Indexers/LostFilm.cs @@ -23,7 +23,8 @@ namespace Jackett.Common.Indexers internal class LostFilm : BaseWebIndexer { public override string[] LegacySiteLinks { get; protected set; } = { - "https://lostfilm.site" // redirects to *.tw + "https://lostfilm.site", + "https://lostfilm.tw/", }; public override string[] AlternativeSiteLinks { get; protected set; } = { @@ -31,7 +32,7 @@ namespace Jackett.Common.Indexers "https://www.lostfilmtv.site/", "https://www.lostfilm.tv/", "https://www.lostfilm.win/", - "https://lostfilm.tw/", + "https://www.lostfilm.tw/", "https://www.lostfilm.uno/" };