mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
dontorrent: new domain
This commit is contained in:
parent
42bfba7b6f
commit
af0718a482
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.futbol/",
|
||||
"https://dontorrent.mba/",
|
||||
"https://todotorrents.net/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
|
@ -63,7 +63,8 @@ namespace Jackett.Common.Indexers
|
|||
"https://dontorrent.gs/",
|
||||
"https://dontorrent.gy/",
|
||||
"https://dontorrent.click/",
|
||||
"https://dontorrent.fail/"
|
||||
"https://dontorrent.fail/",
|
||||
"https://dontorrent.futbol/"
|
||||
};
|
||||
|
||||
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
||||
|
@ -81,7 +82,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "dontorrent",
|
||||
name: "DonTorrent",
|
||||
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
|
||||
link: "https://dontorrent.futbol/",
|
||||
link: "https://dontorrent.mba/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Add table
Reference in a new issue