From fcb2815c37a560dbebbd6500cc7b06e9dfe0d2f5 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 15 Jul 2023 06:11:45 +1200 Subject: [PATCH] mejortorrent: new domain --- src/Jackett.Common/Indexers/MejorTorrent.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index 0922c9397..6459d065c 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -26,15 +26,14 @@ namespace Jackett.Common.Indexers public override string Id => "mejortorrent"; public override string Name => "MejorTorrent"; public override string Description => "MejorTorrent - Hay veces que un torrent viene mejor! :)"; - public override string SiteLink { get; protected set; } = "https://www3.mejortorrent.rip/"; + public override string SiteLink { get; protected set; } = "https://www4.mejortorrent.rip/"; public override string[] AlternativeSiteLinks => new[] { - "https://www3.mejortorrent.rip/", + "https://www4.mejortorrent.rip/", "https://mejortorrent.unblockit.rsvp/" }; public override string[] LegacySiteLinks => new[] { - "http://www.mejortorrentt.org/", "https://www.mejortorrents.net/", "https://www.mejortorrents1.com/", "https://www.mejortorrents1.net/", @@ -61,6 +60,7 @@ namespace Jackett.Common.Indexers "https://mejortorrent.unblockit.asia/", "https://www2.mejortorrent.rip/", "https://mejortorrent.unblockit.mov/", + "https://www3.mejortorrent.rip/", }; public override string Language => "es-ES"; public override string Type => "public";