1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-06 03:38:31 +00:00

DonTorrent: new domain (#15012)

This commit is contained in:
vdbhb59 2024-01-23 16:52:10 +00:00 committed by GitHub
parent 7aba6dba7c
commit cbdf8b8706
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.capetown/"; public override string SiteLink { get; protected set; } = "https://dontorrent.yokohama/";
public override string[] AlternativeSiteLinks => new[] public override string[] AlternativeSiteLinks => new[]
{ {
"https://dontorrent.capetown/", "https://dontorrent.yokohama/",
"https://todotorrents.org/", "https://todotorrents.org/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@ -54,6 +54,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.nagoya/", "https://dontorrent.nagoya/",
"https://dontorrent.contact/", "https://dontorrent.contact/",
"https://dontorrent.cymru/", "https://dontorrent.cymru/",
"https://dontorrent.capetown/",
}; };
public override string Language => "es-ES"; public override string Language => "es-ES";
public override string Type => "public"; public override string Type => "public";