From 28c7cb599dac21c1fa57d2498881f4114c358292 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 7 Apr 2024 16:59:02 +1200 Subject: [PATCH] mejortorrent: bump domain --- src/Jackett.Common/Indexers/MejorTorrent.cs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index b11737586..6d0e05c3a 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -27,14 +27,9 @@ 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://www14.mejortorrent.rip/"; + public override string SiteLink { get; protected set; } = "https://www15.mejortorrent.rip/"; public override string[] LegacySiteLinks => new[] { - "https://mejortorrent.nocensor.space/", - "https://mejortorrent.nocensor.work/", - "https://mejortorrent.nocensor.biz/", - "https://www.mejortorrentes.org/", - "https://mejortorrent.nocensor.sbs/", "https://mejortorrent.unblockit.bio/", "https://mejortorrent.wtf/", "https://mejortorrent.unblockit.boo/", @@ -59,6 +54,7 @@ namespace Jackett.Common.Indexers "https://www11.mejortorrent.rip/", "https://www12.mejortorrent.rip/", "https://www13.mejortorrent.rip/", + "https://www14.mejortorrent.rip/", }; public override string Language => "es-ES"; public override string Type => "public";