From a3d3456f415a6e47f02f02a76f0139fed2d55f83 Mon Sep 17 00:00:00 2001 From: Lyuu <14199521+Lyuu17@users.noreply.github.com> Date: Thu, 13 Jan 2022 18:43:54 +0100 Subject: [PATCH] newpct: bump domain (#12812) --- src/Jackett.Common/Indexers/NewPCT.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/NewPCT.cs b/src/Jackett.Common/Indexers/NewPCT.cs index 813b10d65..8902b538c 100644 --- a/src/Jackett.Common/Indexers/NewPCT.cs +++ b/src/Jackett.Common/Indexers/NewPCT.cs @@ -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,