Skip to content

Commit

Permalink
dontorrents new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Mar 22, 2023
1 parent f69879a commit 805b7a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Jackett.Common/Indexers/DonTorrent.cs
Expand Up @@ -25,10 +25,10 @@ public class DonTorrent : IndexerBase
public override string Id => "dontorrent";
public override string Name => "DonTorrent";
public override string Description => "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL";
public override string SiteLink { get; protected set; } = "https://dontorrent.africa/";
public override string SiteLink { get; protected set; } = "https://dontorrent.pictures/";
public override string[] AlternativeSiteLinks => new[]
{
"https://dontorrent.africa/",
"https://dontorrent.pictures/",
"https://todotorrents.net/",
"https://tomadivx.net/",
"https://seriesblanco.one/",
Expand All @@ -54,7 +54,8 @@ public class DonTorrent : IndexerBase
"https://dontorrent.plus/",
"https://dontorrent.ninja/",
"https://dontorrent.love/",
"https://dontorrent.cloud/"
"https://dontorrent.cloud/",
"https://dontorrent.africa/"
};
public override string Language => "es-ES";
public override string Type => "public";
Expand Down

0 comments on commit 805b7a5

Please sign in to comment.