mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
filelist: new domain .io resolves #8161
This commit is contained in:
parent
9cbc78b1c2
commit
0b264d5a7c
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue