mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
newpct: new domain *.top -> *.art #12889
This commit is contained in:
@@ -98,7 +98,7 @@ 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.top/",
|
"https://atomixhq.art/",
|
||||||
"https://pctmix1.unblockit.how/"
|
"https://pctmix1.unblockit.how/"
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -123,6 +123,7 @@ namespace Jackett.Common.Indexers
|
|||||||
"https://pctmix1.unblockit.bz/",
|
"https://pctmix1.unblockit.bz/",
|
||||||
"https://atomixhq.one/",
|
"https://atomixhq.one/",
|
||||||
"https://pctmix1.unblockit.tv/",
|
"https://pctmix1.unblockit.tv/",
|
||||||
|
"https://atomixhq.top/",
|
||||||
"https://atomixhq.net/"
|
"https://atomixhq.net/"
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -131,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.top/",
|
link: "https://atomixhq.art/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
Reference in New Issue
Block a user