diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index 108907926..9e5ed13bb 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.mejortorrentes.net/", + "https://www.mejortorrentes.org/", "https://mejortorrent.nocensor.biz/", "https://mejortorrent.unblockit.how/" }; @@ -59,6 +59,7 @@ namespace Jackett.Common.Indexers "https://www.mejortorrentes.com/", "https://www.mejortorrento.info/", "https://mejortorrent.nocensor.work/", + "https://www.mejortorrentes.net/", "https://mejortorrent.unblockit.tv/" }; @@ -67,7 +68,7 @@ namespace Jackett.Common.Indexers : base(id: "mejortorrent", name: "MejorTorrent", description: "MejorTorrent - Hay veces que un torrent viene mejor! :)", - link: "https://www.mejortorrentes.net/", + link: "https://www.mejortorrentes.org/", caps: new TorznabCapabilities { TvSearchParams = new List