1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-06 11:48:49 +00:00

dontorrent: new domain

This commit is contained in:
Garfield69 2024-06-29 06:06:14 +12:00
parent 2c1d5ef2fd
commit 0f93f5b96a

View file

@ -28,10 +28,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.esq/"; public override string SiteLink { get; protected set; } = "https://dontorrent.city/";
public override string[] AlternativeSiteLinks => new[] public override string[] AlternativeSiteLinks => new[]
{ {
"https://dontorrent.esq/", "https://dontorrent.city/",
"https://todotorrents.org/", "https://todotorrents.org/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@ -40,7 +40,6 @@ namespace Jackett.Common.Indexers
}; };
public override string[] LegacySiteLinks => new[] public override string[] LegacySiteLinks => new[]
{ {
"https://dontorrent.makeup/",
"https://dontorrent.band/", "https://dontorrent.band/",
"https://dontorrent.center/", "https://dontorrent.center/",
"https://dontorrent.cooking/", "https://dontorrent.cooking/",
@ -56,6 +55,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.fyi/", "https://dontorrent.fyi/",
"https://dontorrent.sbs/", "https://dontorrent.sbs/",
"https://dontorrent.cc/", "https://dontorrent.cc/",
"https://dontorrent.esq/",
}; };
public override string Language => "es-ES"; public override string Language => "es-ES";
public override string Type => "public"; public override string Type => "public";