dontorrent: new domain

This commit is contained in:
Garfield69 2023-07-19 06:08:46 +12:00
parent e7bf85b5f9
commit 64249a83c3
1 changed files with 3 additions and 3 deletions

View File

@ -26,10 +26,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.foo/"; public override string SiteLink { get; protected set; } = "https://dontorrent.hair/";
public override string[] AlternativeSiteLinks => new[] public override string[] AlternativeSiteLinks => new[]
{ {
"https://dontorrent.foo/", "https://dontorrent.hair/",
"https://todotorrents.org/", "https://todotorrents.org/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@ -38,7 +38,6 @@ namespace Jackett.Common.Indexers
}; };
public override string[] LegacySiteLinks => new[] public override string[] LegacySiteLinks => new[]
{ {
"https://dontorrent.cloud/",
"https://dontorrent.africa/", "https://dontorrent.africa/",
"https://dontorrent.pictures/", "https://dontorrent.pictures/",
"https://dontorrent.ms/", "https://dontorrent.ms/",
@ -53,6 +52,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.mov/", "https://dontorrent.mov/",
"https://dontorrent.day/", "https://dontorrent.day/",
"https://dontorrent.boo/", "https://dontorrent.boo/",
"https://dontorrent.foo/",
}; };
public override string Language => "es-ES"; public override string Language => "es-ES";
public override string Type => "public"; public override string Type => "public";