mirror of https://github.com/Jackett/Jackett
dontorrent: new domain
This commit is contained in:
parent
654435ff27
commit
9d6a119012
|
@ -28,10 +28,10 @@ namespace Jackett.Common.Indexers.Definitions
|
|||
public override string Name => "DonTorrent";
|
||||
public override string Description => "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL";
|
||||
// in the event the redirect is inactive https://t.me/s/dontorrent should have the latest working domain
|
||||
public override string SiteLink { get; protected set; } = "https://dontorrent.cricket/";
|
||||
public override string SiteLink { get; protected set; } = "https://dontorrent.earth/";
|
||||
public override string[] AlternativeSiteLinks => new[]
|
||||
{
|
||||
"https://dontorrent.cricket/",
|
||||
"https://dontorrent.earth/",
|
||||
"https://todotorrents.org/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
|
@ -40,7 +40,6 @@ namespace Jackett.Common.Indexers.Definitions
|
|||
};
|
||||
public override string[] LegacySiteLinks => new[]
|
||||
{
|
||||
"https://dontorrent.agency/",
|
||||
"https://dontorrent.skin/",
|
||||
"https://dontorrent.directory/",
|
||||
"https://dontorrent.boutique/",
|
||||
|
@ -55,6 +54,7 @@ namespace Jackett.Common.Indexers.Definitions
|
|||
"https://dontorrent.city/",
|
||||
"https://dontorrent.cologne/",
|
||||
"https://dontorrent.dance/",
|
||||
"https://dontorrent.cricket/",
|
||||
};
|
||||
public override string Language => "es-ES";
|
||||
public override string Type => "public";
|
||||
|
|
Loading…
Reference in New Issue