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