From 9335ee26cd1f1ef7e8f214276b18980b87275fe4 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 14 Aug 2021 15:56:08 +1200 Subject: [PATCH] mejortorrent: domain *.org -> *.info --- src/Jackett.Common/Indexers/MejorTorrent.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index e72209cc4..33d141800 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.org/", + "https://www.mejortorrento.info/", "https://mejortorrent.nocensor.space/" }; @@ -51,6 +51,7 @@ namespace Jackett.Common.Indexers "https://www.mejortorrents1.com/", "https://www.mejortorrents1.net/", "https://www.mejortorrento.com/", + "https://www.mejortorrento.org/", "https://www.mejortorrento.net/" }; @@ -59,7 +60,7 @@ namespace Jackett.Common.Indexers : base(id: "mejortorrent", name: "MejorTorrent", description: "MejorTorrent - Hay veces que un torrent viene mejor! :)", - link: "https://www.mejortorrento.org/", + link: "https://www.mejortorrento.info/", caps: new TorznabCapabilities { TvSearchParams = new List