mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 03:38:31 +00:00
dontorrents new domain
This commit is contained in:
parent
f69879a2ee
commit
805b7a5302
1 changed files with 4 additions and 3 deletions
|
@ -25,10 +25,10 @@ namespace Jackett.Common.Indexers
|
||||||
public override string Id => "dontorrent";
|
public override string Id => "dontorrent";
|
||||||
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";
|
||||||
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[]
|
public override string[] AlternativeSiteLinks => new[]
|
||||||
{
|
{
|
||||||
"https://dontorrent.africa/",
|
"https://dontorrent.pictures/",
|
||||||
"https://todotorrents.net/",
|
"https://todotorrents.net/",
|
||||||
"https://tomadivx.net/",
|
"https://tomadivx.net/",
|
||||||
"https://seriesblanco.one/",
|
"https://seriesblanco.one/",
|
||||||
|
@ -54,7 +54,8 @@ namespace Jackett.Common.Indexers
|
||||||
"https://dontorrent.plus/",
|
"https://dontorrent.plus/",
|
||||||
"https://dontorrent.ninja/",
|
"https://dontorrent.ninja/",
|
||||||
"https://dontorrent.love/",
|
"https://dontorrent.love/",
|
||||||
"https://dontorrent.cloud/"
|
"https://dontorrent.cloud/",
|
||||||
|
"https://dontorrent.africa/"
|
||||||
};
|
};
|
||||||
public override string Language => "es-ES";
|
public override string Language => "es-ES";
|
||||||
public override string Type => "public";
|
public override string Type => "public";
|
||||||
|
|
Loading…
Add table
Reference in a new issue