mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
awesomehd: update domain *.club (#10962)
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
parent
c332129ffd
commit
70b14a375f
1 changed files with 5 additions and 1 deletions
|
@ -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<TvSearchParam>
|
||||
|
|
Loading…
Reference in a new issue