1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-02 13:16:16 +00:00

[NewPCT] restore pctmix.com (#9605)

This commit is contained in:
ilike2burnthing 2020-09-22 21:10:37 +01:00 committed by GitHub
parent df1e530833
commit 8805290f7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,8 @@ namespace Jackett.Common.Indexers
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; } = {
@ -112,8 +113,7 @@ namespace Jackett.Common.Indexers
"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)