Skip to content

Commit

Permalink
[NewPCT] restore pctmix.com (#9605)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Sep 22, 2020
1 parent df1e530 commit 8805290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Jackett.Common/Indexers/NewPCT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ private class DownloadMatcher
private readonly string[] _voUrls = { "serie-vo", "serievo" };

public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://pctreload.com/"
"https://pctreload.com/",
"https://pctmix.com/"
};

public override string[] LegacySiteLinks { get; protected set; } = {
Expand All @@ -112,8 +113,7 @@ private class DownloadMatcher
"http://tumejortorrent.com/",
"http://pctnew.com/",
"https://descargas2020.org/",
"https://pctnew.org/",
"https://pctmix.com/"
"https://pctnew.org/"
};

public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
Expand Down

0 comments on commit 8805290

Please sign in to comment.