From 70b14a375f1b749a20e642f972f44cfe59df93cd Mon Sep 17 00:00:00 2001 From: tiarnanr <70295845+tiarnanr@users.noreply.github.com> Date: Fri, 29 Jan 2021 01:41:17 +0100 Subject: [PATCH] awesomehd: update domain *.club (#10962) Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> --- src/Jackett.Common/Indexers/AwesomeHD.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/AwesomeHD.cs b/src/Jackett.Common/Indexers/AwesomeHD.cs index 3ab092c44..c059fd238 100644 --- a/src/Jackett.Common/Indexers/AwesomeHD.cs +++ b/src/Jackett.Common/Indexers/AwesomeHD.cs @@ -24,12 +24,16 @@ namespace Jackett.Common.Indexers private readonly Regex _removeYearRegex = new Regex(@" [\(\[]?(19|20)\d{2}[\)\]]?$", RegexOptions.Compiled); private new ConfigurationDataPasskey configData => (ConfigurationDataPasskey)base.configData; + public override string[] LegacySiteLinks { get; protected set; } = { + "https://awesome-hd.me/" + }; + public AwesomeHD(IIndexerConfigurationService configService, Utils.Clients.WebClient c, Logger l, IProtectionService ps, ICacheService cs) : base(id: "awesomehd", name: "Awesome-HD", description: "An HD tracker", - link: "https://awesome-hd.me/", + link: "https://awesome-hd.club/", caps: new TorznabCapabilities { TvSearchParams = new List