newpct: change domain *.one

This commit is contained in:
ilike2burnthing
2021-11-13 05:27:41 +00:00
committed by GitHub
parent a02ad0b6e6
commit da6bbba151

View File

@@ -99,7 +99,6 @@ namespace Jackett.Common.Indexers
private readonly string[] _voUrls = { "serie-vo", "serievo" }; private readonly string[] _voUrls = { "serie-vo", "serievo" };
public override string[] AlternativeSiteLinks { get; protected set; } = { public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://atomixhq.com/",
"https://atomixhq.one/", "https://atomixhq.one/",
"https://pctmix1.unblockit.bz/" "https://pctmix1.unblockit.bz/"
}; };
@@ -124,7 +123,8 @@ namespace Jackett.Common.Indexers
"https://pctmix1.com/", "https://pctmix1.com/",
"https://pctreload1.com/", "https://pctreload1.com/",
"https://maxitorrent.com", "https://maxitorrent.com",
"https://pctmix1.unblockit.kim/" "https://pctmix1.unblockit.kim/",
"https://atomixhq.com/"
}; };
public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps, public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
@@ -132,7 +132,7 @@ namespace Jackett.Common.Indexers
: base(id: "newpct", : base(id: "newpct",
name: "NewPCT", name: "NewPCT",
description: "NewPCT - Descargar peliculas, series y estrenos torrent gratis", description: "NewPCT - Descargar peliculas, series y estrenos torrent gratis",
link: "https://atomixhq.com/", link: "https://atomixhq.one/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>