mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted: change nocensor proxy domain *.biz (#12474)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user