mirror of
https://github.com/Jackett/Jackett
synced 2025-02-01 12:21:35 +00:00
dontorrent; new domain
This commit is contained in:
parent
caba32daf5
commit
98b548d11f
1 changed files with 3 additions and 3 deletions
|
@ -27,10 +27,10 @@ namespace Jackett.Common.Indexers
|
||||||
public override string Name => "DonTorrent";
|
public override string Name => "DonTorrent";
|
||||||
public override string Description => "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL";
|
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
|
// 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.directory/";
|
public override string SiteLink { get; protected set; } = "https://dontorrent.boutique/";
|
||||||
public override string[] AlternativeSiteLinks => new[]
|
public override string[] AlternativeSiteLinks => new[]
|
||||||
{
|
{
|
||||||
"https://dontorrent.directory/",
|
"https://dontorrent.boutique/",
|
||||||
"https://todotorrents.org/",
|
"https://todotorrents.org/",
|
||||||
"https://tomadivx.net/",
|
"https://tomadivx.net/",
|
||||||
"https://seriesblanco.one/",
|
"https://seriesblanco.one/",
|
||||||
|
@ -39,7 +39,6 @@ namespace Jackett.Common.Indexers
|
||||||
};
|
};
|
||||||
public override string[] LegacySiteLinks => new[]
|
public override string[] LegacySiteLinks => new[]
|
||||||
{
|
{
|
||||||
"https://dontorrent.party/",
|
|
||||||
"https://dontorrent.joburg/",
|
"https://dontorrent.joburg/",
|
||||||
"https://dontorrent.wales/",
|
"https://dontorrent.wales/",
|
||||||
"https://dontorrent.nagoya/",
|
"https://dontorrent.nagoya/",
|
||||||
|
@ -54,6 +53,7 @@ namespace Jackett.Common.Indexers
|
||||||
"https://dontorrent.cyou/",
|
"https://dontorrent.cyou/",
|
||||||
"https://dontorrent.agency/",
|
"https://dontorrent.agency/",
|
||||||
"https://dontorrent.skin/",
|
"https://dontorrent.skin/",
|
||||||
|
"https://dontorrent.directory/",
|
||||||
};
|
};
|
||||||
public override string Language => "es-ES";
|
public override string Language => "es-ES";
|
||||||
public override string Type => "public";
|
public override string Type => "public";
|
||||||
|
|
Loading…
Reference in a new issue