mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
mejortorrent: new subdomain
This commit is contained in:
parent
17afd1b62e
commit
d1504794f6
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +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://www9.mejortorrent.rip/";
|
public override string SiteLink { get; protected set; } = "https://www10.mejortorrent.rip/";
|
||||||
public override string[] LegacySiteLinks => new[]
|
public override string[] LegacySiteLinks => new[]
|
||||||
{
|
{
|
||||||
"https://www.mejortorrento.net/",
|
|
||||||
"https://www.mejortorrento.info/",
|
"https://www.mejortorrento.info/",
|
||||||
"https://mejortorrent.nocensor.space/",
|
"https://mejortorrent.nocensor.space/",
|
||||||
"https://www.mejortorrentes.com/",
|
"https://www.mejortorrentes.com/",
|
||||||
|
@ -58,6 +57,7 @@ namespace Jackett.Common.Indexers
|
||||||
"https://mejortorrent.unblockit.foo/", // 410
|
"https://mejortorrent.unblockit.foo/", // 410
|
||||||
"https://www7.mejortorrent.rip/",
|
"https://www7.mejortorrent.rip/",
|
||||||
"https://www8.mejortorrent.rip/",
|
"https://www8.mejortorrent.rip/",
|
||||||
|
"https://www9.mejortorrent.rip/",
|
||||||
};
|
};
|
||||||
public override string Language => "es-ES";
|
public override string Language => "es-ES";
|
||||||
public override string Type => "public";
|
public override string Type => "public";
|
||||||
|
|
Loading…
Add table
Reference in a new issue