From 70c28e43bb7ed805f4c7845c7c704a971c9d867f Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 8 Mar 2024 16:59:47 +1300 Subject: [PATCH] mejortorrent: bump domain --- src/Jackett.Common/Indexers/MejorTorrent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index 9dc7a1457..643b35733 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -27,11 +27,10 @@ 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://www12.mejortorrent.rip/"; + public override string SiteLink { get; protected set; } = "https://www13.mejortorrent.rip/"; public override string[] LegacySiteLinks => new[] { "https://mejortorrent.nocensor.space/", - "https://www.mejortorrento.info/", "https://mejortorrent.nocensor.work/", "https://www.mejortorrentes.net/", "https://mejortorrent.nocensor.biz/", @@ -59,6 +58,7 @@ namespace Jackett.Common.Indexers "https://www9.mejortorrent.rip/", "https://www10.mejortorrent.rip/", "https://www11.mejortorrent.rip/", + "https://www12.mejortorrent.rip/", }; public override string Language => "es-ES"; public override string Type => "public";