mejortorrent: bump subdomain

This commit is contained in:
Garfield69
2023-11-16 08:01:40 +13:00
parent eca9f33106
commit 806fe3f91d

View File

@@ -26,14 +26,9 @@ namespace Jackett.Common.Indexers
public override string Id => "mejortorrent"; public override string Id => "mejortorrent";
public override string Name => "MejorTorrent"; public override string Name => "MejorTorrent";
public override string Description => "MejorTorrent - Hay veces que un torrent viene mejor! :)"; public override string Description => "MejorTorrent - Hay veces que un torrent viene mejor! :)";
public override string SiteLink { get; protected set; } = "https://www7.mejortorrent.rip/"; public override string SiteLink { get; protected set; } = "https://www8.mejortorrent.rip/";
public override string[] AlternativeSiteLinks => new[]
{
"https://www7.mejortorrent.rip/"
};
public override string[] LegacySiteLinks => new[] public override string[] LegacySiteLinks => new[]
{ {
"https://www.mejortorrents1.net/",
"https://www.mejortorrento.com/", "https://www.mejortorrento.com/",
"https://www.mejortorrento.org/", "https://www.mejortorrento.org/",
"https://www.mejortorrento.net/", "https://www.mejortorrento.net/",
@@ -63,6 +58,7 @@ namespace Jackett.Common.Indexers
"https://www6.mejortorrent.rip/", "https://www6.mejortorrent.rip/",
"https://mejortorrent.unblockit.zip/", "https://mejortorrent.unblockit.zip/",
"https://mejortorrent.unblockit.foo/", // 410 "https://mejortorrent.unblockit.foo/", // 410
"https://www7.mejortorrent.rip/",
}; };
public override string Language => "es-ES"; public override string Language => "es-ES";
public override string Type => "public"; public override string Type => "public";