mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 02:09:24 +00:00
newpct: add *1.com domains. resolves #11310
This commit is contained in:
parent
8aaf10eba0
commit
752c5856ea
1 changed files with 4 additions and 2 deletions
|
@ -100,7 +100,8 @@ namespace Jackett.Common.Indexers
|
|||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://pctmix.com/",
|
||||
"https://pctreload.com/"
|
||||
"https://pctmix1.com/",
|
||||
"https://pctreload1.com/"
|
||||
};
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
|
@ -113,7 +114,8 @@ namespace Jackett.Common.Indexers
|
|||
"http://tumejortorrent.com/",
|
||||
"http://pctnew.com/",
|
||||
"https://descargas2020.org/",
|
||||
"https://pctnew.org/"
|
||||
"https://pctnew.org/",
|
||||
"https://pctreload.com/"
|
||||
};
|
||||
|
||||
public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
||||
|
|
Loading…
Reference in a new issue