From 50c477fd9930b0dcc5d9279e1016fc6929e1eb45 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 4 Jul 2024 05:58:19 +1200 Subject: [PATCH] mejortorrent: bump domain --- src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs b/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs index 05e3fc755..f392c9cac 100644 --- a/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs @@ -27,13 +27,12 @@ namespace Jackett.Common.Indexers.Definitions 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://www18.mejortorrent.zip/"; + public override string SiteLink { get; protected set; } = "https://www19.mejortorrent.zip/"; public override string[] LegacySiteLinks => new[] { "https://mejortorrent.unblockit.click/", "https://mejortorrent.unblockit.asia/", "https://mejortorrent.unblockit.mov/", - "https://www3.mejortorrent.rip/", "https://www4.mejortorrent.rip/", "https://mejortorrent.unblockit.rsvp/", "https://mejortorrent.unblockit.vegas/", @@ -53,6 +52,7 @@ namespace Jackett.Common.Indexers.Definitions "https://www15.mejortorrent.rip/", "https://www16.mejortorrent.rip/", "https://www17.mejortorrent.zip/", + "https://www18.mejortorrent.zip/", }; public override string Language => "es-ES"; public override string Type => "public";