1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 07:43:13 +00:00

dontorrent: new domain

This commit is contained in:
Garfield69 2024-12-06 18:09:05 +13:00
parent 23fe061704
commit ea1ff17c56

View file

@ -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.yoga/";
public override string SiteLink { get; protected set; } = "https://dontorrent.foundation/";
public override string[] AlternativeSiteLinks => new[]
{
"https://dontorrent.yoga/",
"https://dontorrent.foundation/",
"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.esq/",
"https://dontorrent.city/",
"https://dontorrent.cologne/",
"https://dontorrent.dance/",
@ -55,6 +54,7 @@ namespace Jackett.Common.Indexers.Definitions
"https://dontorrent.equipment/",
"https://dontorrent.fashion/",
"https://dontorrent.gallery/",
"https://dontorrent.yoga/",
};
public override string Language => "es-ES";
public override string Type => "public";