mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 10:48:26 +00:00
dontorrent: new domain
This commit is contained in:
parent
a9eb8e2ef0
commit
e2333a74f8
1 changed files with 3 additions and 3 deletions
|
@ -29,10 +29,10 @@ namespace Jackett.Common.Indexers.Definitions
|
||||||
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.games/";
|
public override string SiteLink { get; protected set; } = "https://dontorrent.tube/";
|
||||||
public override string[] AlternativeSiteLinks => new[]
|
public override string[] AlternativeSiteLinks => new[]
|
||||||
{
|
{
|
||||||
"https://dontorrent.games/",
|
"https://dontorrent.tube/",
|
||||||
"https://todotorrents.org/",
|
"https://todotorrents.org/",
|
||||||
"https://tomadivx.net/",
|
"https://tomadivx.net/",
|
||||||
"https://seriesblanco.one/",
|
"https://seriesblanco.one/",
|
||||||
|
@ -41,7 +41,6 @@ namespace Jackett.Common.Indexers.Definitions
|
||||||
};
|
};
|
||||||
public override string[] LegacySiteLinks => new[]
|
public override string[] LegacySiteLinks => new[]
|
||||||
{
|
{
|
||||||
"https://dontorrent.date/",
|
|
||||||
"https://dontorrent.email/",
|
"https://dontorrent.email/",
|
||||||
"https://dontorrent.education/",
|
"https://dontorrent.education/",
|
||||||
"https://dontorrent.exposed/",
|
"https://dontorrent.exposed/",
|
||||||
|
@ -56,6 +55,7 @@ namespace Jackett.Common.Indexers.Definitions
|
||||||
"https://dontorrent.auction/",
|
"https://dontorrent.auction/",
|
||||||
"https://dontorrent.football/",
|
"https://dontorrent.football/",
|
||||||
"https://dontorrent.wiki/",
|
"https://dontorrent.wiki/",
|
||||||
|
"https://dontorrent.games/",
|
||||||
};
|
};
|
||||||
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