mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-19 12:58:04 +01:00
newpct: drop maxitorrent resolves #11817
their download link is no longer compatible with the other sites for this indexer.
This commit is contained in:
@@ -101,8 +101,7 @@ namespace Jackett.Common.Indexers
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://pctmix.com/",
|
||||
"https://pctmix1.com/",
|
||||
"https://pctreload1.com/",
|
||||
"https://maxitorrent.com"
|
||||
"https://pctreload1.com/"
|
||||
};
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
@@ -116,7 +115,8 @@ namespace Jackett.Common.Indexers
|
||||
"http://pctnew.com/",
|
||||
"https://descargas2020.org/",
|
||||
"https://pctnew.org/",
|
||||
"https://pctreload.com/"
|
||||
"https://pctreload.com/",
|
||||
"https://maxitorrent.com"
|
||||
};
|
||||
|
||||
public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
||||
|
||||
Reference in New Issue
Block a user