Skip to content

Commit

Permalink
newpct: add *1.com domains. resolves #11310
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Mar 14, 2021
1 parent 8aaf10e commit 752c585
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Jackett.Common/Indexers/NewPCT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ private class DownloadMatcher

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; } = {
Expand All @@ -113,7 +114,8 @@ private class DownloadMatcher
"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,
Expand Down

0 comments on commit 752c585

Please sign in to comment.