mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
dontorrent: new domain
This commit is contained in:
parent
54b56a4be6
commit
8c33e64605
1 changed files with 4 additions and 6 deletions
|
@ -39,7 +39,7 @@ namespace Jackett.Common.Indexers
|
|||
private const string SearchUrl = "buscar/";
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://dontorrent.ltd/",
|
||||
"https://dontorrent.me/",
|
||||
"https://todotorrents.net/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
|
@ -48,9 +48,6 @@ namespace Jackett.Common.Indexers
|
|||
};
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
"https://dontorrent.yt/",
|
||||
"https://dontorrent.vg/",
|
||||
"https://dontorrent.eu/",
|
||||
"https://dontorrent.ch/",
|
||||
"https://dontorrent.vet/",
|
||||
"https://dontorrent.dog/",
|
||||
|
@ -64,7 +61,8 @@ namespace Jackett.Common.Indexers
|
|||
"https://dontorrent.vin/",
|
||||
"https://dontorrent.ist/",
|
||||
"https://dontorrent.uno/",
|
||||
"https://dontorrent.fans/"
|
||||
"https://dontorrent.fans/",
|
||||
"https://dontorrent.ltd/",
|
||||
};
|
||||
|
||||
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
||||
|
@ -82,7 +80,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "dontorrent",
|
||||
name: "DonTorrent",
|
||||
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
|
||||
link: "https://dontorrent.ltd/",
|
||||
link: "https://dontorrent.me/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Add table
Reference in a new issue