mirror of
https://github.com/Jackett/Jackett
synced 2024-12-21 23:33:18 +00:00
mejortorrent: new domain
This commit is contained in:
parent
a057979af6
commit
c54db4fa15
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +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://www25.mejortorrent.zip/";
|
||||
public override string SiteLink { get; protected set; } = "https://www26.mejortorrent.eu/";
|
||||
public override string[] LegacySiteLinks => new[]
|
||||
{
|
||||
"https://www10.mejortorrent.rip/",
|
||||
"https://www11.mejortorrent.rip/",
|
||||
"https://www12.mejortorrent.rip/",
|
||||
"https://www13.mejortorrent.rip/",
|
||||
|
@ -45,6 +44,7 @@ namespace Jackett.Common.Indexers.Definitions
|
|||
"https://www22.mejortorrent.zip/",
|
||||
"https://www23.mejortorrent.zip/",
|
||||
"https://www24.mejortorrent.zip/",
|
||||
"https://www25.mejortorrent.zip/",
|
||||
};
|
||||
public override string Language => "es-ES";
|
||||
public override string Type => "public";
|
||||
|
|
Loading…
Reference in a new issue