newpct: add *1.com domains. resolves #11310

This commit is contained in:
ilike2burnthing 2021-03-14 02:59:20 +00:00 committed by GitHub
parent 8aaf10eba0
commit 752c5856ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -100,7 +100,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://pctreload.com/" "https://pctmix1.com/",
"https://pctreload1.com/"
}; };
public override string[] LegacySiteLinks { get; protected set; } = { public override string[] LegacySiteLinks { get; protected set; } = {
@ -113,7 +114,8 @@ namespace Jackett.Common.Indexers
"http://tumejortorrent.com/", "http://tumejortorrent.com/",
"http://pctnew.com/", "http://pctnew.com/",
"https://descargas2020.org/", "https://descargas2020.org/",
"https://pctnew.org/" "https://pctnew.org/",
"https://pctreload.com/"
}; };
public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps, public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,