dontorrent: new domain

This commit is contained in:
Garfield69 2023-04-06 13:55:16 +12:00
parent 3e890f86fd
commit c1aec5bb42
1 changed files with 4 additions and 4 deletions

View File

@ -25,10 +25,10 @@ namespace Jackett.Common.Indexers
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.ms/";
public override string SiteLink { get; protected set; } = "https://dontorrent.care/";
public override string[] AlternativeSiteLinks => new[]
{
"https://dontorrent.ms/",
"https://dontorrent.care/",
"https://todotorrents.net/",
"https://tomadivx.net/",
"https://seriesblanco.one/",
@ -37,7 +37,6 @@ namespace Jackett.Common.Indexers
};
public override string[] LegacySiteLinks => new[]
{
"https://dontorrent.me/",
"https://dontorrent.gs/",
"https://dontorrent.gy/",
"https://dontorrent.click/",
@ -56,7 +55,8 @@ namespace Jackett.Common.Indexers
"https://dontorrent.love/",
"https://dontorrent.cloud/",
"https://dontorrent.africa/",
"https://dontorrent.pictures/"
"https://dontorrent.pictures/",
"https://dontorrent.ms/"
};
public override string Language => "es-ES";
public override string Type => "public";