1
0
Fork 0
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:
Garfield69 2020-04-13 16:55:42 +12:00
parent 9cbc78b1c2
commit 0b264d5a7c

View file

@ -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,