mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
mejortorrent: add nocensor.space alternate site link
This commit is contained in:
@@ -35,6 +35,11 @@ namespace Jackett.Common.Indexers
|
||||
private const string NewTorrentsUrl = "secciones.php?sec=ultimos_torrents";
|
||||
private const string SearchUrl = "secciones.php";
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://www.mejortorrento.com/",
|
||||
"https://mejortorrent.nocensor.space/"
|
||||
};
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
"https://www.mejortorrentt.net/",
|
||||
"http://www.mejortorrent.org/",
|
||||
|
Reference in New Issue
Block a user