newpct: drop maxitorrent resolves #11817

their download link is no longer compatible with the other sites for this indexer.
This commit is contained in:
Garfield69 2021-05-27 22:02:24 +12:00
parent 0549daaa36
commit 114e4d86a2
1 changed files with 3 additions and 3 deletions

View File

@ -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,