newpct: bump domain (#12812)

This commit is contained in:
Lyuu 2022-01-13 18:43:54 +01:00 committed by GitHub
parent e19e3e820b
commit a3d3456f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -99,7 +99,7 @@ namespace Jackett.Common.Indexers
private readonly string[] _voUrls = { "serie-vo", "serievo" };
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://atomixhq.net/",
"https://atomixhq.top/",
"https://pctmix1.unblockit.how/"
};
@ -123,7 +123,8 @@ namespace Jackett.Common.Indexers
"https://atomixhq.com/",
"https://pctmix1.unblockit.bz/",
"https://atomixhq.one/",
"https://pctmix1.unblockit.tv/"
"https://pctmix1.unblockit.tv/",
"https://atomixhq.net/"
};
public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,