mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
newpct: new domain *.link
This commit is contained in:
parent
9dc5e58af5
commit
bb52e0fdc2
1 changed files with 3 additions and 2 deletions
|
@ -82,7 +82,7 @@ namespace Jackett.Common.Indexers
|
|||
private readonly string[] _voUrls = { "serie-vo", "serievo" };
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://atomixhq.art/",
|
||||
"https://atomixhq.link/",
|
||||
"https://pctmix1.unblockit.cam/"
|
||||
};
|
||||
|
||||
|
@ -109,6 +109,7 @@ namespace Jackett.Common.Indexers
|
|||
"https://pctmix1.unblockit.tv/",
|
||||
"https://atomixhq.top/",
|
||||
"https://pctmix1.unblockit.how/",
|
||||
"https://atomixhq.art/",
|
||||
"https://atomixhq.net/"
|
||||
};
|
||||
|
||||
|
@ -117,7 +118,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "newpct",
|
||||
name: "NewPCT",
|
||||
description: "NewPCT - Descargar peliculas, series y estrenos torrent gratis",
|
||||
link: "https://atomixhq.art/",
|
||||
link: "https://atomixhq.link/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Add table
Reference in a new issue