lostfilm: www. subdomain forced

This commit is contained in:
ilike2burnthing 2021-10-12 23:18:57 +01:00 committed by GitHub
parent 9d1f8bb387
commit c75097fb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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/"
};