mirror of https://github.com/Jackett/Jackett
newpct: drop maxitorrent resolves #11817
their download link is no longer compatible with the other sites for this indexer.
This commit is contained in:
parent
0549daaa36
commit
114e4d86a2
|
@ -101,8 +101,7 @@ 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; } = {
|
||||||
|
@ -116,7 +115,8 @@ namespace Jackett.Common.Indexers
|
||||||
"http://pctnew.com/",
|
"http://pctnew.com/",
|
||||||
"https://descargas2020.org/",
|
"https://descargas2020.org/",
|
||||||
"https://pctnew.org/",
|
"https://pctnew.org/",
|
||||||
"https://pctreload.com/"
|
"https://pctreload.com/",
|
||||||
|
"https://maxitorrent.com"
|
||||||
};
|
};
|
||||||
|
|
||||||
public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
||||||
|
|
Loading…
Reference in New Issue