From 9b993c8adfef4a2f1c48016e2283bdc90ee1133e Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 17 Jul 2021 09:52:00 +0100 Subject: [PATCH] mejortorrent: change domain *.org --- src/Jackett.Common/Indexers/MejorTorrent.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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