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
a0095ca332
commit
38e3bd9d7c
1 changed files with 4 additions and 3 deletions
|
@ -39,7 +39,7 @@ namespace Jackett.Common.Indexers
|
|||
private const string SearchUrl = "buscar/";
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://dontorrent.dev/",
|
||||
"https://dontorrent.bid/",
|
||||
"https://todotorrents.net/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
|
@ -76,7 +76,8 @@ namespace Jackett.Common.Indexers
|
|||
"https://dontorrent.eu/",
|
||||
"https://dontorrent.ch/",
|
||||
"https://dontorrent.vet/",
|
||||
"https://dontorrent.dog/"
|
||||
"https://dontorrent.dog/",
|
||||
"https://dontorrent.dev/"
|
||||
};
|
||||
|
||||
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
||||
|
@ -94,7 +95,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "dontorrent",
|
||||
name: "DonTorrent",
|
||||
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
|
||||
link: "https://dontorrent.dev/",
|
||||
link: "https://dontorrent.bid/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Add table
Reference in a new issue