1
0
Fork 0
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:
tiarnanr 2021-01-29 01:41:17 +01:00 committed by GitHub
parent c332129ffd
commit 70b14a375f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,12 +24,16 @@ namespace Jackett.Common.Indexers
private readonly Regex _removeYearRegex = new Regex(@" [\(\[]?(19|20)\d{2}[\)\]]?$", RegexOptions.Compiled); private readonly Regex _removeYearRegex = new Regex(@" [\(\[]?(19|20)\d{2}[\)\]]?$", RegexOptions.Compiled);
private new ConfigurationDataPasskey configData => (ConfigurationDataPasskey)base.configData; 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, public AwesomeHD(IIndexerConfigurationService configService, Utils.Clients.WebClient c, Logger l, IProtectionService ps,
ICacheService cs) ICacheService cs)
: base(id: "awesomehd", : base(id: "awesomehd",
name: "Awesome-HD", name: "Awesome-HD",
description: "An HD tracker", description: "An HD tracker",
link: "https://awesome-hd.me/", link: "https://awesome-hd.club/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>