mirror of https://github.com/Jackett/Jackett
Added new link to NewPCT indexer (#11786)
This commit is contained in:
parent
ff78a5da8a
commit
ecac923daa
|
@ -101,7 +101,8 @@ namespace Jackett.Common.Indexers
|
||||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||||
"https://pctmix.com/",
|
"https://pctmix.com/",
|
||||||
"https://pctmix1.com/",
|
"https://pctmix1.com/",
|
||||||
"https://pctreload1.com/"
|
"https://pctreload1.com/",
|
||||||
|
"https://maxitorrent.com"
|
||||||
};
|
};
|
||||||
|
|
||||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||||
|
|
Loading…
Reference in New Issue