mirror of https://github.com/Jackett/Jackett
mejortorrent: new domain (#10526)
This commit is contained in:
parent
3b9a7edb62
commit
6e87fe4860
|
@ -36,6 +36,7 @@ namespace Jackett.Common.Indexers
|
|||
private const string SearchUrl = "secciones.php";
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
"https://www.mejortorrentt.net/",
|
||||
"http://www.mejortorrent.org/",
|
||||
"http://www.mejortorrent.tv/",
|
||||
"http://www.mejortorrentt.com/",
|
||||
|
@ -48,7 +49,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "mejortorrent",
|
||||
name: "MejorTorrent",
|
||||
description: "MejorTorrent - Hay veces que un torrent viene mejor! :)",
|
||||
link: "https://www.mejortorrentt.net/",
|
||||
link: "https://www.mejortorrents.net/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Reference in New Issue