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; } = {
|
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||||
"http://filelist.ro/",
|
"http://filelist.ro/",
|
||||||
|
"https://filelist.ro/",
|
||||||
|
"https://flro.org/",
|
||||||
|
"http://flro.org/",
|
||||||
};
|
};
|
||||||
|
|
||||||
private string LoginUrl => SiteLink + "takelogin.php";
|
private string LoginUrl => SiteLink + "takelogin.php";
|
||||||
@@ -35,7 +38,7 @@ namespace Jackett.Common.Indexers
|
|||||||
public FileList(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
public FileList(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||||
: base(name: "FileList",
|
: base(name: "FileList",
|
||||||
description: "The best Romanian site.",
|
description: "The best Romanian site.",
|
||||||
link: "https://filelist.ro/",
|
link: "https://filelist.io/",
|
||||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||||
configService: configService,
|
configService: configService,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
Reference in New Issue
Block a user