mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 22:52:58 +00:00
dontorrent: new domain
This commit is contained in:
parent
dd7f17f3a4
commit
b0dd4f023f
1 changed files with 3 additions and 2 deletions
|
@ -27,10 +27,10 @@ namespace Jackett.Common.Indexers
|
||||||
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";
|
||||||
// in the event the redirect is inactive https://t.me/s/dontorrent should have the latest working domain
|
// 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.center/";
|
public override string SiteLink { get; protected set; } = "https://dontorrent.cooking/";
|
||||||
public override string[] AlternativeSiteLinks => new[]
|
public override string[] AlternativeSiteLinks => new[]
|
||||||
{
|
{
|
||||||
"https://dontorrent.center/",
|
"https://dontorrent.cooking/",
|
||||||
"https://todotorrents.org/",
|
"https://todotorrents.org/",
|
||||||
"https://tomadivx.net/",
|
"https://tomadivx.net/",
|
||||||
"https://seriesblanco.one/",
|
"https://seriesblanco.one/",
|
||||||
|
@ -55,6 +55,7 @@ namespace Jackett.Common.Indexers
|
||||||
"https://dontorrent.yokohama/",
|
"https://dontorrent.yokohama/",
|
||||||
"https://dontorrent.makeup/",
|
"https://dontorrent.makeup/",
|
||||||
"https://dontorrent.band/",
|
"https://dontorrent.band/",
|
||||||
|
"https://dontorrent.center/",
|
||||||
};
|
};
|
||||||
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