mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
filelist: new domain .io resolves #8161
This commit is contained in:
@@ -21,6 +21,9 @@ namespace Jackett.Common.Indexers
|
||||
{
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
"http://filelist.ro/",
|
||||
"https://filelist.ro/",
|
||||
"https://flro.org/",
|
||||
"http://flro.org/",
|
||||
};
|
||||
|
||||
private string LoginUrl => SiteLink + "takelogin.php";
|
||||
@@ -35,7 +38,7 @@ namespace Jackett.Common.Indexers
|
||||
public FileList(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||
: base(name: "FileList",
|
||||
description: "The best Romanian site.",
|
||||
link: "https://filelist.ro/",
|
||||
link: "https://filelist.io/",
|
||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||
configService: configService,
|
||||
client: wc,
|
||||
|
Reference in New Issue
Block a user