newpct: change domain *.net. resolves #12736

*.one isn't providing download links anymore
This commit is contained in:
ilike2burnthing 2021-12-26 06:22:22 +00:00 committed by GitHub
parent f61a2b4740
commit 3b00646ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 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.one/",
"https://atomixhq.net/",
"https://pctmix1.unblockit.tv/"
};
@ -125,7 +125,8 @@ namespace Jackett.Common.Indexers
"https://maxitorrent.com",
"https://pctmix1.unblockit.kim/",
"https://atomixhq.com/",
"https://pctmix1.unblockit.bz/"
"https://pctmix1.unblockit.bz/",
"https://atomixhq.one/"
};
public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
@ -133,7 +134,7 @@ namespace Jackett.Common.Indexers
: base(id: "newpct",
name: "NewPCT",
description: "NewPCT - Descargar peliculas, series y estrenos torrent gratis",
link: "https://atomixhq.one/",
link: "https://atomixhq.net/",
caps: new TorznabCapabilities
{
TvSearchParams = new List<TvSearchParam>