From 41118b1a60a3a0154b156650f963f8044bae13c9 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 18 Oct 2024 18:22:33 +1300 Subject: [PATCH] mejortorrent: bump domain --- src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs b/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs index 5a4448e46..999ebd3d2 100644 --- a/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/Definitions/MejorTorrent.cs @@ -27,15 +27,9 @@ 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://www21.mejortorrent.zip/"; + public override string SiteLink { get; protected set; } = "https://www22.mejortorrent.zip/"; public override string[] LegacySiteLinks => new[] { - "https://mejortorrent.unblockit.rsvp/", - "https://mejortorrent.unblockit.vegas/", - "https://mejortorrent.unblockit.esq/", - "https://www6.mejortorrent.rip/", - "https://mejortorrent.unblockit.zip/", - "https://mejortorrent.unblockit.foo/", // 410 "https://www7.mejortorrent.rip/", "https://www8.mejortorrent.rip/", "https://www9.mejortorrent.rip/", @@ -50,6 +44,7 @@ namespace Jackett.Common.Indexers.Definitions "https://www18.mejortorrent.zip/", "https://www19.mejortorrent.zip/", "https://www20.mejortorrent.zip/", + "https://www21.mejortorrent.zip/", }; public override string Language => "es-ES"; public override string Type => "public";