dontorrent: new domain

This commit is contained in:
Garfield69
2023-06-21 07:05:05 +12:00
parent 8689fb2bd1
commit 6acf7ccca8

View File

@@ -26,10 +26,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.mov/";
public override string SiteLink { get; protected set; } = "https://dontorrent.day/";
public override string[] AlternativeSiteLinks => new[]
{
"https://dontorrent.mov/",
"https://dontorrent.day/",
"https://todotorrents.org/",
"https://tomadivx.net/",
"https://seriesblanco.one/",
@@ -38,8 +38,6 @@ namespace Jackett.Common.Indexers
};
public override string[] LegacySiteLinks => new[]
{
"https://dontorrent.chat/",
"https://dontorrent.plus/",
"https://dontorrent.ninja/",
"https://dontorrent.love/",
"https://dontorrent.cloud/",
@@ -54,6 +52,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.dad/",
"https://dontorrent.zip/",
"https://todotorrents.net/",
"https://dontorrent.mov/",
};
public override string Language => "es-ES";
public override string Type => "public";