From aef9880fa61b19a41f049f83f47bb77181e2340b Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 5 Sep 2020 05:06:55 +0100 Subject: [PATCH] NewPCT: remove pctnew.org & pctmix.com - down (#9451) --- src/Jackett.Common/Indexers/NewPCT.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Indexers/NewPCT.cs b/src/Jackett.Common/Indexers/NewPCT.cs index 894418bbe..d17ea8216 100644 --- a/src/Jackett.Common/Indexers/NewPCT.cs +++ b/src/Jackett.Common/Indexers/NewPCT.cs @@ -99,9 +99,7 @@ namespace Jackett.Common.Indexers private readonly string[] _voUrls = { "serie-vo", "serievo" }; public override string[] AlternativeSiteLinks { get; protected set; } = { - "https://pctnew.org/", - "https://pctreload.com/", - "https://pctmix.com/" + "https://pctreload.com/" }; public override string[] LegacySiteLinks { get; protected set; } = { @@ -113,14 +111,16 @@ namespace Jackett.Common.Indexers "http://torrentrapid.com/", "http://tumejortorrent.com/", "http://pctnew.com/", - "https://descargas2020.org/" + "https://descargas2020.org/", + "https://pctnew.org/", + "https://pctmix.com/" }; public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps) : base(id: "newpct", name: "NewPCT", description: "NewPCT - Descargar peliculas, series y estrenos torrent gratis", - link: "https://pctnew.org/", + link: "https://pctreload.com/", caps: new TorznabCapabilities(TorznabCatType.TV, TorznabCatType.TVSD, TorznabCatType.TVHD,