From 2e110e986b431ed3d57ab931761db13d1ba3deaf Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 24 May 2019 07:32:34 +1200 Subject: [PATCH] newpct: new domain --- src/Jackett.Common/Indexers/Newpct.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/Newpct.cs b/src/Jackett.Common/Indexers/Newpct.cs index 3efd03250..7fe2f9822 100644 --- a/src/Jackett.Common/Indexers/Newpct.cs +++ b/src/Jackett.Common/Indexers/Newpct.cs @@ -57,7 +57,7 @@ namespace Jackett.Common.Indexers } private static Uri DefaultSiteLinkUri = - new Uri("http://descargas2020.com/"); + new Uri("https://pctnew.site/"); private static Uri[] ExtraSiteLinkUris = new Uri[] { @@ -70,6 +70,7 @@ namespace Jackett.Common.Indexers private static Uri[] LegacySiteLinkUris = new Uri[] { new Uri("http://www.tvsinpagar.com/"), + new Uri("http://descargas2020.com/"), }; private NewpctRelease _mostRecentRelease;