Skip to content

Commit

Permalink
dontorrent: new domain *.it -> *.red
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Jan 26, 2022
1 parent 7ee9e38 commit 8a58935
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Jackett.Common/Indexers/DonTorrent.cs
Expand Up @@ -39,13 +39,14 @@ private static class DonTorrentCatType
private const string SearchUrl = "buscar/";

public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://dontorrent.it/",
"https://dontorrent.red/",
"https://todotorrents.net/",
"https://tomadivx.net/",
"https://seriesblanco.one/"
};

public override string[] LegacySiteLinks { get; protected set; } = {
"https://dontorrent.it/",
"https://dontorrent.li/"
};

Expand All @@ -64,7 +65,7 @@ private static class DonTorrentCatType
: base(id: "dontorrent",
name: "DonTorrent",
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
link: "https://dontorrent.it/",
link: "https://dontorrent.red/",
caps: new TorznabCapabilities
{
TvSearchParams = new List<TvSearchParam>
Expand Down

0 comments on commit 8a58935

Please sign in to comment.