mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
mejortorrent: *.net
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Jackett.Common.Indexers
|
|||||||
private const string SearchUrl = "secciones.php";
|
private const string SearchUrl = "secciones.php";
|
||||||
|
|
||||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||||
"https://www.mejortorrentes.com/",
|
"https://www.mejortorrentes.net/",
|
||||||
"https://mejortorrent.nocensor.biz/"
|
"https://mejortorrent.nocensor.biz/"
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -55,6 +55,8 @@ namespace Jackett.Common.Indexers
|
|||||||
"https://www.mejortorrento.net/",
|
"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.mejortorrento.info/",
|
||||||
"https://mejortorrent.nocensor.work/"
|
"https://mejortorrent.nocensor.work/"
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -63,7 +65,7 @@ namespace Jackett.Common.Indexers
|
|||||||
: base(id: "mejortorrent",
|
: base(id: "mejortorrent",
|
||||||
name: "MejorTorrent",
|
name: "MejorTorrent",
|
||||||
description: "MejorTorrent - Hay veces que un torrent viene mejor! :)",
|
description: "MejorTorrent - Hay veces que un torrent viene mejor! :)",
|
||||||
link: "https://www.mejortorrento.info/",
|
link: "https://www.mejortorrentes.net/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
Reference in New Issue
Block a user