assorted: change nocensor proxy domain *.biz (#12474)

This commit is contained in:
ilike2burnthing
2021-10-28 16:39:16 +01:00
committed by GitHub
parent 70c46dcc36
commit 007bc0835a
30 changed files with 60 additions and 28 deletions

View File

@@ -37,7 +37,7 @@ namespace Jackett.Common.Indexers
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://www.mejortorrentes.com/",
"https://mejortorrent.nocensor.work/"
"https://mejortorrent.nocensor.biz/"
};
public override string[] LegacySiteLinks { get; protected set; } = {
@@ -54,7 +54,8 @@ namespace Jackett.Common.Indexers
"https://www.mejortorrento.org/",
"https://www.mejortorrento.net/",
"https://www.mejortorrento.info/",
"https://mejortorrent.nocensor.space/"
"https://mejortorrent.nocensor.space/",
"https://mejortorrent.nocensor.work/"
};
public MejorTorrent(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps,