1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-09 21:54:51 +00:00

dontorrent: new domain. resolves #14737

This commit is contained in:
Garfield69 2023-10-04 06:23:00 +13:00
parent 5261f8c5a6
commit 5f4b9e7dc9

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.rodeo/"; public override string SiteLink { get; protected set; } = "https://dontorrent.durban/";
public override string[] AlternativeSiteLinks => new[] public override string[] AlternativeSiteLinks => new[]
{ {
"https://dontorrent.rodeo/", "https://dontorrent.durban/",
"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.discount/",
"https://dontorrent.dad/", "https://dontorrent.dad/",
"https://dontorrent.zip/", "https://dontorrent.zip/",
"https://todotorrents.net/", "https://todotorrents.net/",
@ -53,6 +52,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.bond/", "https://dontorrent.bond/",
"https://dontorrent.tokyo/", "https://dontorrent.tokyo/",
"https://dontorrent.boston/", "https://dontorrent.boston/",
"https://dontorrent.rodeo/",
}; };
public override string Language => "es-ES"; public override string Language => "es-ES";
public override string Type => "public"; public override string Type => "public";