assorted: change unblockit proxy domain *.how (#12773)

This commit is contained in:
ilike2burnthing
2022-01-06 05:27:51 +00:00
committed by GitHub
parent 5d99a7c90b
commit caeeb8cde2
20 changed files with 43 additions and 218 deletions

View File

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