mejortorrent: change domain *.org

This commit is contained in:
ilike2burnthing
2021-07-17 09:52:00 +01:00
committed by GitHub
parent bd7106301d
commit 9b993c8adf

View File

@@ -36,7 +36,7 @@ namespace Jackett.Common.Indexers
private const string SearchUrl = "secciones.php"; private const string SearchUrl = "secciones.php";
public override string[] AlternativeSiteLinks { get; protected set; } = { public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://www.mejortorrento.net/", "https://www.mejortorrento.org/",
"https://mejortorrent.nocensor.space/" "https://mejortorrent.nocensor.space/"
}; };
@@ -50,7 +50,8 @@ namespace Jackett.Common.Indexers
"https://www.mejortorrents.net/", "https://www.mejortorrents.net/",
"https://www.mejortorrents1.com/", "https://www.mejortorrents1.com/",
"https://www.mejortorrents1.net/", "https://www.mejortorrents1.net/",
"https://www.mejortorrento.com/" "https://www.mejortorrento.com/",
"https://www.mejortorrento.net/"
}; };
public MejorTorrent(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps, public MejorTorrent(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps,
@@ -58,7 +59,7 @@ namespace Jackett.Common.Indexers
: base(id: "mejortorrent", : base(id: "mejortorrent",
name: "MejorTorrent", name: "MejorTorrent",
description: "MejorTorrent - Hay veces que un torrent viene mejor! :)", description: "MejorTorrent - Hay veces que un torrent viene mejor! :)",
link: "https://www.mejortorrento.com/", link: "https://www.mejortorrento.org/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>