assorted: change unblockit proxy domain *.day (#13030)

This commit is contained in:
ilike2burnthing
2022-03-08 12:56:21 +00:00
committed by GitHub
parent e857182622
commit 6e7ce9c8a8
18 changed files with 39 additions and 47 deletions

View File

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