diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index 462f119a0..e72209cc4 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -36,7 +36,7 @@ namespace Jackett.Common.Indexers private const string SearchUrl = "secciones.php"; public override string[] AlternativeSiteLinks { get; protected set; } = { - "https://www.mejortorrento.net/", + "https://www.mejortorrento.org/", "https://mejortorrent.nocensor.space/" }; @@ -50,7 +50,8 @@ namespace Jackett.Common.Indexers "https://www.mejortorrents.net/", "https://www.mejortorrents1.com/", "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, @@ -58,7 +59,7 @@ namespace Jackett.Common.Indexers : base(id: "mejortorrent", name: "MejorTorrent", description: "MejorTorrent - Hay veces que un torrent viene mejor! :)", - link: "https://www.mejortorrento.com/", + link: "https://www.mejortorrento.org/", caps: new TorznabCapabilities { TvSearchParams = new List