Skip to content

Commit

Permalink
dontorrent: new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed May 18, 2024
1 parent faa73c8 commit 4f14e47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Jackett.Common/Indexers/DonTorrent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ public class DonTorrent : IndexerBase
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.clothing/";
public override string SiteLink { get; protected set; } = "https://dontorrent.icu/";
public override string[] AlternativeSiteLinks => new[]
{
"https://dontorrent.clothing/",
"https://dontorrent.icu/",
"https://todotorrents.org/",
"https://tomadivx.net/",
"https://seriesblanco.one/",
Expand All @@ -39,7 +39,6 @@ public class DonTorrent : IndexerBase
};
public override string[] LegacySiteLinks => new[]
{
"https://dontorrent.contact/",
"https://dontorrent.cymru/",
"https://dontorrent.capetown/",
"https://dontorrent.yokohama/",
Expand All @@ -54,6 +53,7 @@ public class DonTorrent : IndexerBase
"https://dontorrent.boutique/",
"https://dontorrent.miami/",
"https://dontorrent.business/",
"https://dontorrent.clothing/",
};
public override string Language => "es-ES";
public override string Type => "public";
Expand Down

0 comments on commit 4f14e47

Please sign in to comment.