NewPCT: remove pctnew.org & pctmix.com - down (#9451)

This commit is contained in:
ilike2burnthing
2020-09-05 05:06:55 +01:00
committed by GitHub
parent 39a4b453fd
commit aef9880fa6

View File

@@ -99,9 +99,7 @@ namespace Jackett.Common.Indexers
private readonly string[] _voUrls = { "serie-vo", "serievo" }; private readonly string[] _voUrls = { "serie-vo", "serievo" };
public override string[] AlternativeSiteLinks { get; protected set; } = { public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://pctnew.org/", "https://pctreload.com/"
"https://pctreload.com/",
"https://pctmix.com/"
}; };
public override string[] LegacySiteLinks { get; protected set; } = { public override string[] LegacySiteLinks { get; protected set; } = {
@@ -113,14 +111,16 @@ namespace Jackett.Common.Indexers
"http://torrentrapid.com/", "http://torrentrapid.com/",
"http://tumejortorrent.com/", "http://tumejortorrent.com/",
"http://pctnew.com/", "http://pctnew.com/",
"https://descargas2020.org/" "https://descargas2020.org/",
"https://pctnew.org/",
"https://pctmix.com/"
}; };
public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps) public NewPCT(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
: base(id: "newpct", : base(id: "newpct",
name: "NewPCT", name: "NewPCT",
description: "NewPCT - Descargar peliculas, series y estrenos torrent gratis", description: "NewPCT - Descargar peliculas, series y estrenos torrent gratis",
link: "https://pctnew.org/", link: "https://pctreload.com/",
caps: new TorznabCapabilities(TorznabCatType.TV, caps: new TorznabCapabilities(TorznabCatType.TV,
TorznabCatType.TVSD, TorznabCatType.TVSD,
TorznabCatType.TVHD, TorznabCatType.TVHD,