mirror of https://github.com/Jackett/Jackett
dontorrent: new domain
This commit is contained in:
parent
faa73c8906
commit
4f14e4766f
|
@ -27,10 +27,10 @@ namespace Jackett.Common.Indexers
|
|||
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.clothing/";
|
||||
public override string SiteLink { get; protected set; } = "https://dontorrent.icu/";
|
||||
public override string[] AlternativeSiteLinks => new[]
|
||||
{
|
||||
"https://dontorrent.clothing/",
|
||||
"https://dontorrent.icu/",
|
||||
"https://todotorrents.org/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
|
@ -39,7 +39,6 @@ namespace Jackett.Common.Indexers
|
|||
};
|
||||
public override string[] LegacySiteLinks => new[]
|
||||
{
|
||||
"https://dontorrent.contact/",
|
||||
"https://dontorrent.cymru/",
|
||||
"https://dontorrent.capetown/",
|
||||
"https://dontorrent.yokohama/",
|
||||
|
@ -54,6 +53,7 @@ namespace Jackett.Common.Indexers
|
|||
"https://dontorrent.boutique/",
|
||||
"https://dontorrent.miami/",
|
||||
"https://dontorrent.business/",
|
||||
"https://dontorrent.clothing/",
|
||||
};
|
||||
public override string Language => "es-ES";
|
||||
public override string Type => "public";
|
||||
|
|
Loading…
Reference in New Issue