From cfe0e10b7037f41579588647d50ea08d2bac40fe Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 17 Apr 2020 08:35:52 +1200 Subject: [PATCH] mejortorrent: new domain .net resolves #8224 --- src/Jackett.Common/Indexers/MejorTorrent.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index aa416d3aa..f91342be3 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -40,12 +40,13 @@ namespace Jackett.Common.Indexers "http://www.mejortorrent.tv/", "http://www.mejortorrentt.com/", "https://www.mejortorrentt.org/", + "http://www.mejortorrentt.org/", }; public MejorTorrent(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps) : base(name: "MejorTorrent", description: "MejorTorrent - Hay veces que un torrent viene mejor! :)", - link: "http://www.mejortorrentt.org/", + link: "https://www.mejortorrentt.net/", caps: new TorznabCapabilities(), configService: configService, client: w,