assorted: change nocensor proxies domain *.sbs (#13093)

This commit is contained in:
ilike2burnthing
2022-03-29 02:47:54 +01:00
committed by GitHub
parent 56c3a0c21b
commit 9ec189367e
29 changed files with 62 additions and 80 deletions

View File

@@ -37,8 +37,8 @@ namespace Jackett.Common.Indexers
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://www.mejortorrentes.org/",
"https://mejortorrent.nocensor.biz/",
"https://mejortorrent.unblockit.day/"
"https://mejortorrent.unblockit.day/",
"https://mejortorrent.nocensor.sbs/"
};
public override string[] LegacySiteLinks { get; protected set; } = {
@@ -62,7 +62,8 @@ namespace Jackett.Common.Indexers
"https://www.mejortorrentes.net/",
"https://mejortorrent.unblockit.how/",
"https://mejortorrent.unblockit.tv/",
"https://mejortorrent.unblockit.cam/"
"https://mejortorrent.unblockit.cam/",
"https://mejortorrent.nocensor.biz/"
};
public MejorTorrent(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps,